套件 | 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, 03:47 PM Z