Paquete | com.adobe.guides.control |
Interfaz | public interface IGuideNavigation |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
Propiedad | Definido por | ||
---|---|---|---|
currentItem : IGuideNode [solo lectura]
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide. | IGuideNavigation | ||
currentPanel : IGuideNode [solo lectura]
currentPanel is the GuideNode that represents the currently selected panel in the Guide. | IGuideNavigation | ||
hasNextPanel : Boolean [solo lectura]
hasNextPanel returns whether there is a next panel currenly available. | IGuideNavigation | ||
hasPreviousPanel : Boolean [solo lectura]
hasPreviousPanel returns whether there is a previous panel currenly available. | IGuideNavigation | ||
rootNode : IGuideNode [solo lectura]
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 | propiedad |
currentItem:IGuideNode
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get currentItem():IGuideNode
currentPanel | propiedad |
currentPanel:IGuideNode
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
currentPanel is the GuideNode that represents the currently selected panel in the Guide.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get currentPanel():IGuideNode
hasNextPanel | propiedad |
hasNextPanel:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
hasNextPanel returns whether there is a next panel currenly available.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get hasNextPanel():Boolean
hasPreviousPanel | propiedad |
hasPreviousPanel:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
hasPreviousPanel returns whether there is a previous panel currenly available.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get hasPreviousPanel():Boolean
rootNode | propiedad |
rootNode:IGuideNode
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10.2 |
rootNode is the top level GuideNode representing the current Guide instance's structure.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get rootNode():IGuideNode
select | () | método |
public function select(node:IGuideNode):Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Versiones de motor de ejecución: | 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
|
Tue Jun 12 2018, 02:12 PM Z