Pacote | com.adobe.icc.editors.model |
Interface | public interface IAssignmentModel |
Implementadores | FieldAssignmentModel, VariableAssignmentModel |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5\ |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Propriedade | Definido por | ||
---|---|---|---|
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 [somente leitura]
Specifies whether this assignement model is editable
| IAssignmentModel | ||
isOptionalEnabled : Boolean [somente leitura]
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 [somente leitura]
Specifies the type of this assignment. | IAssignmentModel |
binding | propriedade |
binding:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | 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 |
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento bindingChange
.
Implementação
public function get binding():Object
public function set binding(value:Object):void
bindingType | propriedade |
bindingType:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento bindingChange
.
Implementação
public function get bindingType():String
public function set bindingType(value:String):void
caption | propriedade |
caption:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
Implementação
public function get caption():String
public function set caption(value:String):void
editable | propriedade |
editable:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento editableChange
.
Implementação
public function get editable():Boolean
public function set editable(value:Boolean):void
isEditableEnabled | propriedade |
isEditableEnabled:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is editable
Implementação
public function get isEditableEnabled():Boolean
isOptionalEnabled | propriedade |
isOptionalEnabled:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is optional
Implementação
public function get isOptionalEnabled():Boolean
optional | propriedade |
optional:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Implementação
public function get optional():Boolean
public function set optional(value:Boolean):void
target | propriedade |
target:*
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target associated with this assignment. The type is determined by the concrete implementation.
Implementação
public function get target():*
public function set target(value:any):void
toolTip | propriedade |
toolTip:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 9.5 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
Implementação
public function get toolTip():String
public function set toolTip(value:String):void
type | propriedade |
Wed Jun 13 2018, 11:10 AM Z