Package | com.adobe.guides.control |
Interface | public interface IGuideNavigation |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
Propriété | Défini par | ||
---|---|---|---|
currentItem : IGuideNode [lecture seule]
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide. | IGuideNavigation | ||
currentPanel : IGuideNode [lecture seule]
currentPanel is the GuideNode that represents the currently selected panel in the Guide. | IGuideNavigation | ||
hasNextPanel : Boolean [lecture seule]
hasNextPanel returns whether there is a next panel currenly available. | IGuideNavigation | ||
hasPreviousPanel : Boolean [lecture seule]
hasPreviousPanel returns whether there is a previous panel currenly available. | IGuideNavigation | ||
rootNode : IGuideNode [lecture seule]
rootNode is the top level GuideNode representing the current Guide instance's structure. | IGuideNavigation |
Méthode | Défini par | ||
---|---|---|---|
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 | propriété |
currentItem:IGuideNode
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get currentItem():IGuideNode
currentPanel | propriété |
currentPanel:IGuideNode
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
currentPanel is the GuideNode that represents the currently selected panel in the Guide.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get currentPanel():IGuideNode
hasNextPanel | propriété |
hasNextPanel:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
hasNextPanel returns whether there is a next panel currenly available.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get hasNextPanel():Boolean
hasPreviousPanel | propriété |
hasPreviousPanel:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
hasPreviousPanel returns whether there is a previous panel currenly available.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get hasPreviousPanel():Boolean
rootNode | propriété |
rootNode:IGuideNode
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
rootNode is the top level GuideNode representing the current Guide instance's structure.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get rootNode():IGuideNode
select | () | méthode |
public function select(node:IGuideNode):Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | 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.
Paramètres
node:IGuideNode — the guide item to navigate to, can be a node type of one of: guide, section, panel, item.
|
Boolean — Boolean
|
selectFirst | () | méthode |
public function selectFirst(type:String = "panel"):Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
selectFirst changes the guide to the first GuideNode instance of the type requested.
Paramètres
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 | () | méthode |
public function selectLast(type:String = "panel"):Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
selectLast changes the guide to the last GuideNode instance of the type requested.
Paramètres
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 | () | méthode |
public function selectNext(type:String = "panel"):Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
selectNext changes the guide to the next GuideNode instance of the type requested.
Paramètres
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 | () | méthode |
public function selectPrevious(type:String = "panel"):Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
selectPrevious changes the guide to the previous GuideNode instance of the type requested.
Paramètres
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, 09:30 AM Z