| Пакет | com.adobe.guides.domain |
| Интерфейс | public interface IGuideNode |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
| Свойство | Определено | ||
|---|---|---|---|
| children : Array [только для чтения]
children is used to get an Array of the GuideNode's children. | IGuideNode | ||
| dataValue : Object [только для чтения]
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. | IGuideNode | ||
| displayValue : String [только для чтения]
displayValue is the current formatted display value of the associated PanelItem type Guide Node. | IGuideNode | ||
| error : IGuideNodeMessage [только для чтения]
error is used to get the last validation error information available for the given GuideNode. | IGuideNode | ||
| errorString : String [только для чтения]
errorString contains the last validation error information available for the given GuideNode. | IGuideNode | ||
| label : String [только для чтения]
label is used to get the diaplay name for the given GuideNode. | IGuideNode | ||
| parent : IGuideNode [только для чтения]
parent is used to get the parent node for the given GuideNode. | IGuideNode | ||
| type : String [только для чтения]
type is used to identify what the GuideNode represents, one of: GuideNodeType. | IGuideNode | ||
| uniqueId : String [только для чтения]
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes. | IGuideNode | ||
| Метод | Определено | ||
|---|---|---|---|
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section. | IGuideNode | ||
children | свойство |
children:Array [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
children is used to get an Array of the GuideNode's children.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get children():ArraydataValue | свойство |
dataValue:Object [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. dataValue for Section and Panel nodes is indetermiate.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get dataValue():ObjectdisplayValue | свойство |
displayValue:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
displayValue is the current formatted display value of the associated PanelItem type Guide Node. displayValue for Section and Panel nodes is indetermiate.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get displayValue():Stringerror | свойство |
error:IGuideNodeMessage [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
error is used to get the last validation error information available for the given GuideNode.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get error():IGuideNodeMessageerrorString | свойство |
errorString:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
errorString contains the last validation error information available for the given GuideNode.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get errorString():Stringlabel | свойство |
label:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
label is used to get the diaplay name for the given GuideNode.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get label():Stringparent | свойство |
parent:IGuideNode [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
parent is used to get the parent node for the given GuideNode. The rootNode parent is null.
Реализация
public function get parent():IGuideNodetype | свойство |
type:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
type is used to identify what the GuideNode represents, one of: GuideNodeType. GUIDE, SECTION, PANEL or ITEM.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get type():StringuniqueId | свойство |
uniqueId:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .
Реализация
public function get uniqueId():StringgetDataReference | () | метод |
public function getDataReference():String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section.
ВозвращаетString — String
|
Tue Jun 12 2018, 11:34 AM Z