Pacchetto | com.adobe.icc.dc.domain |
Interfaccia | public interface IDataInstance extends IValidation , IEventDispatcher |
Implementatori | FieldInstance, VariableInstance |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
caption : String [sola lettura]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [sola lettura]
Return the field type
| IDataInstance | ||
editable : Boolean [sola lettura]
True if the underlying object is editable. | IDataInstance | ||
name : String [sola lettura]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [sola lettura]
True if the underlying object is optional. | IDataInstance | ||
subType : String [sola lettura]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [sola lettura]
The toolTip property of the underlying value object. | IDataInstance | ||
![]() | valid : Boolean [sola lettura]
Boolean indicating whether the content is valid
| IValidation | |
value : *
The value of the data element(variable or field) associated with the letter instance. | IDataInstance | ||
valueSet : IList [sola lettura]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | IEventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
![]() |
Refresh should be called when item is selected. | IValidation | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Descrizione delle proprietà
caption | proprietà |
dataType | proprietà |
editable | proprietà |
name | proprietà |
optional | proprietà |
subType | proprietà |
subType:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementazione
public function get subType():String
toolTip | proprietà |
value | proprietà |
value:*
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
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 value():*
public function set value(value:any):void
valueSet | proprietà |
valueSet:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Implementazione
public function get valueSet():IList
Tue Jun 12 2018, 02:44 PM Z