Package | com.adobe.icc.dc.domain |
Interface | public interface IDataInstance extends IValidation , IEventDispatcher |
Implementors | FieldInstance, VariableInstance |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
caption : String [read-only]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [read-only]
Return the field type
| IDataInstance | ||
editable : Boolean [read-only]
True if the underlying object is editable. | IDataInstance | ||
name : String [read-only]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [read-only]
True if the underlying object is optional. | IDataInstance | ||
subType : String [read-only]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [read-only]
The toolTip property of the underlying value object. | IDataInstance | ||
valid : Boolean [read-only]
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 [read-only]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
Public Methods
Property Detail
caption | property |
dataType | property |
editable | property |
name | property |
optional | property |
subType | property |
subType:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The sub type of the data element in case when type of data element specified is ENUM.
Implementation
public function get subType():String
toolTip | property |
value | property |
value:*
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get value():*
public function set value(value:any):void
valueSet | property |
valueSet:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10.0 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The list of value of the data element in case when type of data element specified is ENUM.
Implementation
public function get valueSet():IList
Mon Nov 28 2011, 06:48 AM -08:00