Pakiet | com.adobe.guides.control |
Interfejs | public interface IGuideNavigation |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
currentItem : IGuideNode [tylko do odczytu]
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide. | IGuideNavigation | ||
currentPanel : IGuideNode [tylko do odczytu]
currentPanel is the GuideNode that represents the currently selected panel in the Guide. | IGuideNavigation | ||
hasNextPanel : Boolean [tylko do odczytu]
hasNextPanel returns whether there is a next panel currenly available. | IGuideNavigation | ||
hasPreviousPanel : Boolean [tylko do odczytu]
hasPreviousPanel returns whether there is a previous panel currenly available. | IGuideNavigation | ||
rootNode : IGuideNode [tylko do odczytu]
rootNode is the top level GuideNode representing the current Guide instance's structure. | IGuideNavigation |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
currentItem | właściwość |
currentItem:IGuideNode
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get currentItem():IGuideNode
currentPanel | właściwość |
currentPanel:IGuideNode
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
currentPanel is the GuideNode that represents the currently selected panel in the Guide.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get currentPanel():IGuideNode
hasNextPanel | właściwość |
hasNextPanel:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
hasNextPanel returns whether there is a next panel currenly available.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get hasNextPanel():Boolean
hasPreviousPanel | właściwość |
hasPreviousPanel:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
hasPreviousPanel returns whether there is a previous panel currenly available.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get hasPreviousPanel():Boolean
rootNode | właściwość |
rootNode:IGuideNode
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
rootNode is the top level GuideNode representing the current Guide instance's structure.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get rootNode():IGuideNode
select | () | metoda |
public function select(node:IGuideNode):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
select will change the Guide view and focus to the provided GuideNode. It set First Panel and Item found from the given GuideNode.
Parametry
node:IGuideNode — the guide item to navigate to, can be a node type of one of: guide, section, panel, item.
|
Boolean — Boolean
|
selectFirst | () | metoda |
public function selectFirst(type:String = "panel"):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
selectFirst changes the guide to the first GuideNode instance of the type requested.
Parametry
type:String (default = "panel ") — the guide item type of the first of its kind to navigate to.
- default is PANEL, other options avaliable are GUIDE, SECTION, ITEM.
|
Boolean — Boolean
|
selectLast | () | metoda |
public function selectLast(type:String = "panel"):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
selectLast changes the guide to the last GuideNode instance of the type requested.
Parametry
type:String (default = "panel ") — the guide item type of the last of its kind to navigate to.
- default is PANEL, other options avaliable are GUIDE, SECTION, ITEM.
|
Boolean — Boolean
|
selectNext | () | metoda |
public function selectNext(type:String = "panel"):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
selectNext changes the guide to the next GuideNode instance of the type requested.
Parametry
type:String (default = "panel ") — the guide item type of the next of its kind to navigate to.
- default is PANEL, other options avaliable are GUIDE, SECTION, ITEM.
|
Boolean — Boolean
|
selectPrevious | () | metoda |
public function selectPrevious(type:String = "panel"):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
selectPrevious changes the guide to the previous GuideNode instance of the type requested.
Parametry
type:String (default = "panel ") — the guide item type of the previous of its kind to navigate to.
- default is PANEL, other options avaliable are GUIDE, SECTION, ITEM.
|
Boolean — Boolean
|
Tue Jun 12 2018, 12:06 PM Z