Pacote | com.adobe.guides.control |
Interface | public interface IGuideNavigation |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
Propriedade | Definido por | ||
---|---|---|---|
currentItem : IGuideNode [somente leitura]
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide. | IGuideNavigation | ||
currentPanel : IGuideNode [somente leitura]
currentPanel is the GuideNode that represents the currently selected panel in the Guide. | IGuideNavigation | ||
hasNextPanel : Boolean [somente leitura]
hasNextPanel returns whether there is a next panel currenly available. | IGuideNavigation | ||
hasPreviousPanel : Boolean [somente leitura]
hasPreviousPanel returns whether there is a previous panel currenly available. | IGuideNavigation | ||
rootNode : IGuideNode [somente leitura]
rootNode is the top level GuideNode representing the current Guide instance's structure. | IGuideNavigation |
Método | Definido por | ||
---|---|---|---|
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 | propriedade |
currentItem:IGuideNode
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get currentItem():IGuideNode
currentPanel | propriedade |
currentPanel:IGuideNode
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
currentPanel is the GuideNode that represents the currently selected panel in the Guide.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get currentPanel():IGuideNode
hasNextPanel | propriedade |
hasNextPanel:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
hasNextPanel returns whether there is a next panel currenly available.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get hasNextPanel():Boolean
hasPreviousPanel | propriedade |
hasPreviousPanel:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
hasPreviousPanel returns whether there is a previous panel currenly available.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get hasPreviousPanel():Boolean
rootNode | propriedade |
rootNode:IGuideNode
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
rootNode is the top level GuideNode representing the current Guide instance's structure.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get rootNode():IGuideNode
select | () | método |
public function select(node:IGuideNode):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | 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.
Parâmetros
node:IGuideNode — the guide item to navigate to, can be a node type of one of: guide, section, panel, item.
|
Boolean — Boolean
|
selectFirst | () | método |
public function selectFirst(type:String = "panel"):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
selectFirst changes the guide to the first GuideNode instance of the type requested.
Parâmetros
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étodo |
public function selectLast(type:String = "panel"):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
selectLast changes the guide to the last GuideNode instance of the type requested.
Parâmetros
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étodo |
public function selectNext(type:String = "panel"):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
selectNext changes the guide to the next GuideNode instance of the type requested.
Parâmetros
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étodo |
public function selectPrevious(type:String = "panel"):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versões de runtime: | AIR 1.0, Flash Player 10.2 |
selectPrevious changes the guide to the previous GuideNode instance of the type requested.
Parâmetros
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
|
Wed Jun 13 2018, 11:10 AM Z