套件 | com.adobe.icc.editors.model |
介面 | public interface IAssignmentModel |
實作者 | FieldAssignmentModel, VariableAssignmentModel |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5\ |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
binding : Object
This property holds the typed object that is bound to the field
that this field assignment is associated with. | IAssignmentModel | ||
bindingType : String
The type of binding between the field and its assignment. | IAssignmentModel | ||
caption : String
The caption property of the underlying value object. | IAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | IAssignmentModel | ||
isEditableEnabled : Boolean [唯讀]
Specifies whether this assignement model is editable
| IAssignmentModel | ||
isOptionalEnabled : Boolean [唯讀]
Specifies whether this assignement model is optional
| IAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | IAssignmentModel | ||
target : *
The target associated with this assignment. | IAssignmentModel | ||
toolTip : String
The toolTip property of the underlying value object. | IAssignmentModel | ||
type : String [唯讀]
Specifies the type of this assignment. | IAssignmentModel |
屬性詳細資訊
binding | 屬性 |
binding:Object
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
This property holds the typed object that is bound to the field that this field assignment is associated with.
The type of this object varies as per the bindingType
. The following
table describes the 'type' of this property for all the possible cases.
Binding Type | The object type of this property value |
---|---|
DDE | com.adobe.dct.transfer.DataDictionaryElement |
CONST | String |
DATAMODULE | com.adobe.icc.editors.model.ModuleModel |
USER | String |
VARIABLE | com.adobe.icc.editors.model.VariableModel |
FIELD | com.adobe.icc.vo.Field |
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 bindingChange
事件。
實作
public function get binding():Object
public function set binding(value:Object):void
bindingType | 屬性 |
bindingType:String
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 bindingChange
事件。
實作
public function get bindingType():String
public function set bindingType(value:String):void
caption | 屬性 |
editable | 屬性 |
editable:Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 editableChange
事件。
實作
public function get editable():Boolean
public function set editable(value:Boolean):void
isEditableEnabled | 屬性 |
isOptionalEnabled | 屬性 |
optional | 屬性 |
target | 屬性 |
target:*
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target associated with this assignment. The type is determined by the concrete implementation.
實作
public function get target():*
public function set target(value:any):void
toolTip | 屬性 |
type | 屬性 |
Tue Jun 12 2018, 03:47 PM Z