| Пакет | 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 | свойство |
caption:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Composer Building Block 9.5 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
Реализация
public function get caption():String public function set caption(value:String):voideditable | свойство |
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 | свойство |
isEditableEnabled:Boolean [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Composer Building Block 9.5 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is editable
Реализация
public function get isEditableEnabled():BooleanisOptionalEnabled | свойство |
isOptionalEnabled:Boolean [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Composer Building Block 9.5 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is optional
Реализация
public function get isOptionalEnabled():Booleanoptional | свойство |
optional:Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Composer Building Block 9.5 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Реализация
public function get optional():Boolean public function set optional(value:Boolean):voidtarget | свойство |
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 | свойство |
toolTip:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Asset Composer Building Block 9.5 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
Реализация
public function get toolTip():String public function set toolTip(value:String):voidtype | свойство |
Tue Jun 12 2018, 11:34 AM Z