Pakket | com.adobe.icc.dc.domain |
Interface | public interface IDataInstance extends IValidation , IEventDispatcher |
Geïmplementeerd door | FieldInstance, VariableInstance |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
caption : String [alleen-lezen]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [alleen-lezen]
Return the field type
| IDataInstance | ||
editable : Boolean [alleen-lezen]
True if the underlying object is editable. | IDataInstance | ||
name : String [alleen-lezen]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [alleen-lezen]
True if the underlying object is optional. | IDataInstance | ||
subType : String [alleen-lezen]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [alleen-lezen]
The toolTip property of the underlying value object. | IDataInstance | ||
valid : Boolean [alleen-lezen]
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 [alleen-lezen]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
Openbare methoden
Eigenschapdetails
caption | eigenschap |
dataType | eigenschap |
editable | eigenschap |
name | eigenschap |
optional | eigenschap |
subType | eigenschap |
toolTip | eigenschap |
value | eigenschap |
value:*
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get value():*
public function set value(value:any):void
valueSet | eigenschap |
valueSet:IList
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Implementatie
public function get valueSet():IList
Wed Jun 13 2018, 11:42 AM Z