包 | com.adobe.icc.dc.domain |
接口 | public interface IDataInstance extends IValidation , IEventDispatcher |
实现器 | FieldInstance, VariableInstance |
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
caption : String [只读]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [只读]
Return the field type
| IDataInstance | ||
editable : Boolean [只读]
True if the underlying object is editable. | IDataInstance | ||
name : String [只读]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [只读]
True if the underlying object is optional. | IDataInstance | ||
subType : String [只读]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [只读]
The toolTip property of the underlying value object. | IDataInstance | ||
![]() | valid : Boolean [只读]
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 [只读]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | IEventDispatcher | |
![]() |
将事件调度到事件流中。 | IEventDispatcher | |
![]() |
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | IEventDispatcher | |
![]() |
Refresh should be called when item is selected. | IValidation | |
![]() |
从 EventDispatcher 对象中删除侦听器。 | IEventDispatcher | |
![]() |
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | IEventDispatcher |
属性详细信息
caption | 属性 |
dataType | 属性 |
editable | 属性 |
name | 属性 |
optional | 属性 |
subType | 属性 |
toolTip | 属性 |
value | 属性 |
value:*
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange
事件。
实现
public function get value():*
public function set value(value:any):void
valueSet | 属性 |
Tue Jun 12 2018, 11:04 AM Z