| 套件 | 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 | 屬性 |
dataValue | 屬性 |
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 | 屬性 |
parent | 屬性 |
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 | () | 方法 |
Tue Jun 12 2018, 03:47 PM Z