包 | 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, 11:04 AM Z