| 패키지 | 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, 03:17 PM Z