套件 | com.adobe.guides.control |
介面 | public interface IGuide extends IGuideData , IGuideDisplay , IGuideErrors , IGuideNavigation , IGuideSource , IGuideVariables |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
執行階段版本: | AIR 1.0, Flash Player 10.2 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
![]() | currentItem : IGuideNode [唯讀]
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide. | IGuideNavigation | |
![]() | currentPanel : IGuideNode [唯讀]
currentPanel is the GuideNode that represents the currently selected panel in the Guide. | IGuideNavigation | |
![]() | dataSource : Object
Returns the dataSource object provided. | IGuideData | |
![]() | errors : IList [唯讀]
errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors | |
![]() | hasNextPanel : Boolean [唯讀]
hasNextPanel returns whether there is a next panel currenly available. | IGuideNavigation | |
![]() | hasPreviousPanel : Boolean [唯讀]
hasPreviousPanel returns whether there is a previous panel currenly available. | IGuideNavigation | |
![]() | resizeToContent : Boolean
When set to true, the Guide will size it self to the content of the Guide. | IGuideDisplay | |
![]() | resourceModule : IGuideResourceModule
A IGuideResourceModule identified the the
locale and resource modules that support the Guide's resource
strings. | IGuideSource | |
![]() | rootNode : IGuideNode [唯讀]
rootNode is the top level GuideNode representing the current Guide instance's structure. | IGuideNavigation | |
![]() | source : String
The url to the Guide file which to load. | IGuideSource | |
![]() | stylePath : String
The path to the style asset which will be loaded by the Guide. | IGuideDisplay | |
![]() | submitRequestTimestamp : Date [唯讀]
Returns the timestamp of the most recent submit request. | IGuideData | |
![]() | systemConfig : String
The System Configuration which must be a valid xml string defines the systems component mapping. | IGuideDisplay | |
![]() | variablesSource : Object
Returns the variablesSource provided by the guide as an object map. | IGuideVariables |
公用方法
方法 | 定義自 | ||
---|---|---|---|
![]() |
The getData(type) method returns the data as an XML Object(default), or an Entity object if given type='entity'. | IGuideData | |
![]() |
The getValue(dataReference) method returns the data value from the model item referenced as the model's object type. | IGuideData | |
![]() |
Returns the value of the variable in the guide. | IGuideVariables | |
![]() |
Returns the variablesSource provided by the guide by default as an object map. | IGuideVariables | |
![]() |
select will change the Guide view and focus to the provided GuideNode. | IGuideNavigation | |
![]() |
selectFirst changes the guide to the first GuideNode instance of the type requested. | IGuideNavigation | |
![]() |
selectLast changes the guide to the last GuideNode instance of the type requested. | IGuideNavigation | |
![]() |
selectNext changes the guide to the next GuideNode instance of the type requested. | IGuideNavigation | |
![]() |
selectPrevious changes the guide to the previous GuideNode instance of the type requested. | IGuideNavigation | |
![]() |
The setValue(dataReference, value) method updates the model item data referenced with the provided value. | IGuideData | |
![]() |
Sets the guide variable. | IGuideVariables | |
![]() |
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors |
Tue Jun 12 2018, 03:47 PM Z