Pacchetto | com.adobe.guides.domain |
Interfaccia | public interface IGuideNode |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
children : Array [sola lettura]
children is used to get an Array of the GuideNode's children. | IGuideNode | ||
dataValue : Object [sola lettura]
dataValue is the current raw value, from the model, of the associated PanelItem type Guide Node. | IGuideNode | ||
displayValue : String [sola lettura]
displayValue is the current formatted display value of the associated PanelItem type Guide Node. | IGuideNode | ||
error : IGuideNodeMessage [sola lettura]
error is used to get the last validation error information available for the given GuideNode. | IGuideNode | ||
errorString : String [sola lettura]
errorString contains the last validation error information available for the given GuideNode. | IGuideNode | ||
label : String [sola lettura]
label is used to get the diaplay name for the given GuideNode. | IGuideNode | ||
parent : IGuideNode [sola lettura]
parent is used to get the parent node for the given GuideNode. | IGuideNode | ||
type : String [sola lettura]
type is used to identify what the GuideNode represents, one of: GuideNodeType. | IGuideNode | ||
uniqueId : String [sola lettura]
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes. | IGuideNode |
Metodo | Definito da | ||
---|---|---|---|
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section. | IGuideNode |
children | proprietà |
children:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
children is used to get an Array of the GuideNode's children.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get children():Array
dataValue | proprietà |
dataValue:Object
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get dataValue():Object
displayValue | proprietà |
displayValue:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get displayValue():String
error | proprietà |
error:IGuideNodeMessage
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
error is used to get the last validation error information available for the given GuideNode.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get error():IGuideNodeMessage
errorString | proprietà |
errorString:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
errorString contains the last validation error information available for the given GuideNode.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get errorString():String
label | proprietà |
label:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
label is used to get the diaplay name for the given GuideNode.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get label():String
parent | proprietà |
parent:IGuideNode
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
parent is used to get the parent node for the given GuideNode. The rootNode parent is null.
Implementazione
public function get parent():IGuideNode
type | proprietà |
type:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
type is used to identify what the GuideNode represents, one of: GuideNodeType. GUIDE, SECTION, PANEL or ITEM.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get type():String
uniqueId | proprietà |
uniqueId:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
uniqueId is a utility function that returns a unique Identifier that can be used for tracking purposes.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get uniqueId():String
getDataReference | () | metodo |
public function getDataReference():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
getDataReference returns the model reference instance of the associated Guide PanelItem, Panel or Section.
RestituisceString — String
|
Tue Jun 12 2018, 02:44 PM Z