Package | com.adobe.icc.editors.model |
Class | public class VariableAssignmentModel |
Inheritance | VariableAssignmentModel EventDispatcher Object |
Implements | IAssignmentModel |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Related API Elements
com.adobe.icc.editors.model.LetterModel.fieldAssignments
Property | Defined By | ||
---|---|---|---|
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
A reference to the class object or constructor function for a given object instance. | Object | ||
dataModel : ModuleModel
The parent data module of the variable associated with this assignment
| VariableAssignmentModel | ||
description : String
The description property of the underlying value object. | VariableAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | VariableAssignmentModel | ||
isEditableEnabled : Boolean [read-only]
Specifies whether this assignement model is editable
| VariableAssignmentModel | ||
isOptionalEnabled : Boolean [read-only]
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 [read-only]
Specifies the type of this assignment. | VariableAssignmentModel | ||
vo : VariableAssignment
The underlying variable assignment value object
| VariableAssignmentModel |
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | ||
VariableAssignmentModel | |||
Dispatches an event into the event flow. | EventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
binding | property |
binding:Object
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, 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 |
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get binding():Object
public function set binding(value:Object):void
bindingType | property |
bindingType:String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get bindingType():String
public function set bindingType(value:String):void
caption | property |
caption:String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
This property can be used as the source for data binding. When this property is modified, it dispatches the captionChange
event.
Implementation
public function get caption():String
public function set caption(value:String):void
dataModel | property |
dataModel:ModuleModel
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The parent data module of the variable associated with this assignment
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
description | property |
description:String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The description property of the underlying value object.
This property can be used as the source for data binding. When this property is modified, it dispatches the descriptionChange
event.
Implementation
public function get description():String
public function set description(value:String):void
editable | property |
editable:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
This property can be used as the source for data binding. When this property is modified, it dispatches the editableChange
event.
Implementation
public function get editable():Boolean
public function set editable(value:Boolean):void
isEditableEnabled | property |
isOptionalEnabled | property |
letterModel | property |
letterModel:LetterModel
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The domain object of the letter that this assignment belongs to.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get letterModel():LetterModel
public function set letterModel(value:LetterModel):void
optional | property |
optional:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
This property can be used as the source for data binding. When this property is modified, it dispatches the optionalChange
event.
Implementation
public function get optional():Boolean
public function set optional(value:Boolean):void
target | property |
target:*
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The field associated with this assignment. This is of the type
com.adobe.icc.vo.Variable
This property can be used as the source for data binding. When this property is modified, it dispatches the targetChange
event.
Implementation
public function get target():*
public function set target(value:any):void
toolTip | property |
toolTip:String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
This property can be used as the source for data binding. When this property is modified, it dispatches the targetChange
event.
Implementation
public function get toolTip():String
public function set toolTip(value:String):void
type | property |
vo | property |
vo:VariableAssignment
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The underlying variable assignment value object
Implementation
public function get vo():VariableAssignment
public function set vo(value:VariableAssignment):void
assignBinding | () | method |
public function assignBinding():void
Wed Nov 21 2018, 06:34 AM -08:00