패키지 | 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:17 PM Z