| 包 | 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):voidbindingType | 属性 |
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):voidcaption | 属性 |
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):voidisEditableEnabled | 属性 |
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):voidtoolTip | 属性 |
type | 属性 |
Tue Jun 12 2018, 11:04 AM Z