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
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