適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.guides.control 

IGuideNavigation  - AS3 ADEP Guides

套件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

The IGuideNaviagation interface provides access to properties and methods to set, report current (Panel, Item), and provide some state information to assist with external navigation state.



公用屬性
 屬性定義自
  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(type:String = "panel"):Boolean
selectFirst changes the guide to the first GuideNode instance of the type requested.
IGuideNavigation
  
selectLast(type:String = "panel"):Boolean
selectLast changes the guide to the last GuideNode instance of the type requested.
IGuideNavigation
  
selectNext(type:String = "panel"):Boolean
selectNext changes the guide to the next GuideNode instance of the type requested.
IGuideNavigation
  
selectPrevious(type:String = "panel"):Boolean
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():IGuideNode

currentPanel

屬性 
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():IGuideNode

hasNextPanel

屬性 
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():Boolean

hasPreviousPanel

屬性 
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():Boolean

rootNode

屬性 
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():IGuideNode
方法詳細資訊

select

()方法
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




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。