包 | 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 |
属性详细信息
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