| 套件 | com.adobe.guides.control |
| 介面 | public interface IGuideNavigation |
| 語言版本: | 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 | ||
| 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 | ||
| rootNode : IGuideNode [唯讀]
rootNode is the top level GuideNode representing the current Guide instance's structure. | IGuideNavigation | ||
| 方法 | 定義自 | ||
|---|---|---|---|
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 | 屬性 |
currentItem:IGuideNode [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get currentItem():IGuideNodecurrentPanel | 屬性 |
currentPanel:IGuideNode [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
currentPanel is the GuideNode that represents the currently selected panel in the Guide.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get currentPanel():IGuideNodehasNextPanel | 屬性 |
hasNextPanel:Boolean [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
hasNextPanel returns whether there is a next panel currenly available.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get hasNextPanel():BooleanhasPreviousPanel | 屬性 |
hasPreviousPanel:Boolean [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
hasPreviousPanel returns whether there is a previous panel currenly available.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get hasPreviousPanel():BooleanrootNode | 屬性 |
rootNode:IGuideNode [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
rootNode is the top level GuideNode representing the current Guide instance's structure.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get rootNode():IGuideNodeselect | () | 方法 |
public function select(node:IGuideNode):Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | 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.
參數
node:IGuideNode — the guide item to navigate to, can be a node type of one of: guide, section, panel, item.
|
Boolean — Boolean
|
selectFirst | () | 方法 |
public function selectFirst(type:String = "panel"):Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
selectFirst changes the guide to the first GuideNode instance of the type requested.
參數
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 | () | 方法 |
public function selectLast(type:String = "panel"):Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
selectLast changes the guide to the last GuideNode instance of the type requested.
參數
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 | () | 方法 |
public function selectNext(type:String = "panel"):Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
selectNext changes the guide to the next GuideNode instance of the type requested.
參數
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 | () | 方法 |
public function selectPrevious(type:String = "panel"):Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
selectPrevious changes the guide to the previous GuideNode instance of the type requested.
參數
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, 03:47 PM Z