Paquete | com.adobe.icc.dc.domain |
Interfaz | public interface IDataInstance extends IValidation , IEventDispatcher |
Implementadores | FieldInstance, VariableInstance |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
caption : String [solo lectura]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [solo lectura]
Return the field type
| IDataInstance | ||
editable : Boolean [solo lectura]
True if the underlying object is editable. | IDataInstance | ||
name : String [solo lectura]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [solo lectura]
True if the underlying object is optional. | IDataInstance | ||
subType : String [solo lectura]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [solo lectura]
The toolTip property of the underlying value object. | IDataInstance | ||
valid : Boolean [solo lectura]
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 [solo lectura]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
Métodos públicos
Información sobre propiedades
caption | propiedad |
caption:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The caption property of the underlying value object.
Implementación
public function get caption():String
dataType | propiedad |
dataType:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Return the field type
Implementación
public function get dataType():String
Elementos de API relacionados
editable | propiedad |
name | propiedad |
optional | propiedad |
subType | propiedad |
subType:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementación
public function get subType():String
toolTip | propiedad |
toolTip:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The toolTip property of the underlying value object.
Implementación
public function get toolTip():String
value | propiedad |
value:*
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get value():*
public function set value(value:any):void
valueSet | propiedad |
valueSet:IList
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Implementación
public function get valueSet():IList
Tue Jun 12 2018, 02:12 PM Z