| Pakiet | com.adobe.icc.editors.model |
| Interfejs | public interface IAssignmentModel |
| Implementory | FieldAssignmentModel, VariableAssignmentModel |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5\ |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 [tylko do odczytu]
Specifies whether this assignement model is editable
| IAssignmentModel | ||
| isOptionalEnabled : Boolean [tylko do odczytu]
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 [tylko do odczytu]
Specifies the type of this assignment. | IAssignmentModel | ||
binding | właściwość |
binding:Object| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | 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 |
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie bindingChange .
Implementacja
public function get binding():Object public function set binding(value:Object):voidbindingType | właściwość |
bindingType:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie bindingChange .
Implementacja
public function get bindingType():String public function set bindingType(value:String):voidcaption | właściwość |
caption:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
Implementacja
public function get caption():String public function set caption(value:String):voideditable | właściwość |
editable:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie editableChange .
Implementacja
public function get editable():Boolean public function set editable(value:Boolean):voidisEditableEnabled | właściwość |
isEditableEnabled:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is editable
Implementacja
public function get isEditableEnabled():BooleanisOptionalEnabled | właściwość |
isOptionalEnabled:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is optional
Implementacja
public function get isOptionalEnabled():Booleanoptional | właściwość |
optional:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Implementacja
public function get optional():Boolean public function set optional(value:Boolean):voidtarget | właściwość |
target:*| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target associated with this assignment. The type is determined by the concrete implementation.
Implementacja
public function get target():* public function set target(value:any):voidtoolTip | właściwość |
toolTip:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Asset Composer Building Block 9.5 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
Implementacja
public function get toolTip():String public function set toolTip(value:String):voidtype | właściwość |
Tue Jun 12 2018, 12:06 PM Z