Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
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 будет отображаться на английском языке.