| 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 
| Method | Defined By | ||
|---|---|---|---|
|  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 
	Registers an event listener object with an EventDispatcher object so that the listener
	receives notification of an event. | IEventDispatcher | |
|  | 
	Dispatches an event into the event flow. | IEventDispatcher | |
|  | 
	Checks whether the EventDispatcher object has any listeners registered for a specific type 
	of event. | IEventDispatcher | |
|  | 
		 Refresh should be called when item is selected. | IValidation | |
|  | 
	Removes a listener from the EventDispatcher object. | IEventDispatcher | |
|  | 
	Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher | |
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():IListThu Dec 4 2014, 05:50 PM -08:00