| Pakket | com.adobe.guides.domain |
| Interface | public interface IGuideNode |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| children : Array [alleen-lezen]
children is used to get an Array of the GuideNode's children. | IGuideNode | ||
| dataValue : Object [alleen-lezen]
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. | IGuideNode | ||
| displayValue : String [alleen-lezen]
displayValue is the current formatted display value of the associated PanelItem type Guide Node. | IGuideNode | ||
| error : IGuideNodeMessage [alleen-lezen]
error is used to get the last validation error information available for the given GuideNode. | IGuideNode | ||
| errorString : String [alleen-lezen]
errorString contains the last validation error information available for the given GuideNode. | IGuideNode | ||
| label : String [alleen-lezen]
label is used to get the diaplay name for the given GuideNode. | IGuideNode | ||
| parent : IGuideNode [alleen-lezen]
parent is used to get the parent node for the given GuideNode. | IGuideNode | ||
| type : String [alleen-lezen]
type is used to identify what the GuideNode represents, one of: GuideNodeType. | IGuideNode | ||
| uniqueId : String [alleen-lezen]
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes. | IGuideNode | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section. | IGuideNode | ||
children | eigenschap |
children:Array [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
children is used to get an Array of the GuideNode's children.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get children():ArraydataValue | eigenschap |
dataValue:Object [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get dataValue():ObjectdisplayValue | eigenschap |
displayValue:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get displayValue():Stringerror | eigenschap |
error:IGuideNodeMessage [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
error is used to get the last validation error information available for the given GuideNode.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get error():IGuideNodeMessageerrorString | eigenschap |
errorString:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
errorString contains the last validation error information available for the given GuideNode.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get errorString():Stringlabel | eigenschap |
label:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
label is used to get the diaplay name for the given GuideNode.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get label():Stringparent | eigenschap |
parent:IGuideNode [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
parent is used to get the parent node for the given GuideNode. The rootNode parent is null.
Implementatie
public function get parent():IGuideNodetype | eigenschap |
type:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
type is used to identify what the GuideNode represents, one of: GuideNodeType. GUIDE, SECTION, PANEL or ITEM.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get type():StringuniqueId | eigenschap |
uniqueId:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get uniqueId():StringgetDataReference | () | methode |
public function getDataReference():String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Runtimeversies: | AIR 1.0, Flash Player 10.2 |
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section.
Geretourneerde waardeString — String
|
Wed Jun 13 2018, 11:42 AM Z