Pacote | com.adobe.icc.editors.model |
Classe | public class VariableAssignmentModel |
Herança | VariableAssignmentModel EventDispatcher Object |
Implementações | IAssignmentModel |
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 |
Elementos da API relacionados
com.adobe.icc.editors.model.LetterModel.fieldAssignments
Propriedade | Definido por | ||
---|---|---|---|
binding : Object
This property holds the typed object that is bound to the field
that this field assignment is associated with. | VariableAssignmentModel | ||
bindingType : String
The type of binding between the field and its assignment. | VariableAssignmentModel | ||
caption : String
The caption property of the underlying value object. | VariableAssignmentModel | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
dataModel : ModuleModel
The parent data module of the variable associated with this assignment
| VariableAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | VariableAssignmentModel | ||
isEditableEnabled : Boolean [somente leitura]
Specifies whether this assignement model is editable
| VariableAssignmentModel | ||
isOptionalEnabled : Boolean [somente leitura]
Specifies whether this assignement model is optional
| VariableAssignmentModel | ||
letterModel : LetterModel
The domain object of the letter that this assignment belongs to. | VariableAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | VariableAssignmentModel | ||
target : *
The field associated with this assignment. | VariableAssignmentModel | ||
toolTip : String
The toolTip property of the underlying value object. | VariableAssignmentModel | ||
type : String [somente leitura]
Specifies the type of this assignment. | VariableAssignmentModel | ||
vo : VariableAssignment
The underlying variable assignment value object
| VariableAssignmentModel |
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 propertyChange
.
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 propertyChange
.
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.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento captionChange
.
Implementação
public function get caption():String
public function set caption(value:String):void
dataModel | propriedade |
dataModel:ModuleModel
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 parent data module of the variable associated with this assignment
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):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
letterModel | propriedade |
letterModel:LetterModel
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 domain object of the letter that this assignment belongs to.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get letterModel():LetterModel
public function set letterModel(value:LetterModel):void
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.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento optionalChange
.
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 field associated with this assignment. This is of the type
com.adobe.icc.vo.Variable
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento targetChange
.
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.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento targetChange
.
Implementação
public function get toolTip():String
public function set toolTip(value:String):void
type | propriedade |
vo | propriedade |
vo:VariableAssignment
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 underlying variable assignment value object
Implementação
public function get vo():VariableAssignment
public function set vo(value:VariableAssignment):void
Wed Jun 13 2018, 11:10 AM Z