ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.editors.model 

FieldAssignmentModel  - AS3 Asset Composer

Packagecom.adobe.icc.editors.model
Classpublic class FieldAssignmentModel
InheritanceFieldAssignmentModel Inheritance EventDispatcher Inheritance Object
Implements IAssignmentModel

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

This domain class represents the field assignments of a Letter.

Related API Elements

com.adobe.icc.editors.model.LetterModel.assignments
com.adobe.icc.editors.model.LetterModel.fieldAssignments


Public Properties
 PropertyDefined By
  binding : Object
This property holds the typed object that is bound to the field that this field assignment is associated with.
FieldAssignmentModel
  bindingType : String
The type of binding between the field and its assignment.
FieldAssignmentModel
  caption : String
The caption property of the underlying value object.
FieldAssignmentModel
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  containerLayoutAssignment : ContainerLayoutAssignmentModel
FieldAssignmentModel
  dynamic : Boolean
The dynamic property.
FieldAssignmentModel
  editable : Boolean
The editable property of the underlying value object.
FieldAssignmentModel
  isEditableEnabled : Boolean
[read-only] Specifies whether this assignement model is editable
FieldAssignmentModel
  isOptionalEnabled : Boolean
[read-only] Specifies whether this assignement model is optional
FieldAssignmentModel
  isTableField : Boolean
The isTableField property.
FieldAssignmentModel
  letterModel : LetterModel
The domain object of the letter that this assignment belongs to
FieldAssignmentModel
  optional : Boolean
The optional property of the underlying value object.
FieldAssignmentModel
  rowName : String
The row name property.
FieldAssignmentModel
  staticEventDispatcher : IEventDispatcher
[static] [read-only]
FieldAssignmentModel
  tableName : String
The table name property.
FieldAssignmentModel
  target : *
The field associated with this assignment.
FieldAssignmentModel
  toolTip : String
The toolTip property of the underlying value object.
FieldAssignmentModel
  type : String
[read-only] Specifies the type of this assignment.
FieldAssignmentModel
  TYPE : String
[static] Constant that specifies the assignment type as field assignment.
FieldAssignmentModel
  vo : FieldAssignment
The underlying field assignment value object
FieldAssignmentModel
Public Methods
 MethodDefined By
 Inherited
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
 Inherited
Dispatches an event into the event flow.
EventDispatcher
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
EventDispatcher
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
EventDispatcher
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
EventDispatcher
Events
 Event Summary Defined By
 Inherited[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.EventDispatcher
 Inherited[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive.EventDispatcher
Property Detail

binding

property
binding:Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: 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 TypeThe object type of this property value
DDEcom.adobe.dct.transfer.DataDictionaryElement
CONSTString
DATAMODULEcom.adobe.icc.editors.model.ModuleModel
USERString
VARIABLEcom.adobe.icc.editors.model.VariableModel
FIELDcom.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 (unsupported), 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 (unsupported), 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

containerLayoutAssignment

property 
containerLayoutAssignment:ContainerLayoutAssignmentModel



Implementation
    public function get containerLayoutAssignment():ContainerLayoutAssignmentModel
    public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):void

dynamic

property 
dynamic:Boolean

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

The dynamic property.

This property can be used as the source for data binding. When this property is modified, it dispatches the dynamicChange event.



Implementation
    public function get dynamic():Boolean
    public function set dynamic(value:Boolean):void

editable

property 
editable:Boolean

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), 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 
isEditableEnabled:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies whether this assignement model is editable



Implementation
    public function get isEditableEnabled():Boolean

isOptionalEnabled

property 
isOptionalEnabled:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies whether this assignement model is optional



Implementation
    public function get isOptionalEnabled():Boolean

isTableField

property 
isTableField:Boolean

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

The isTableField property.

This property can be used as the source for data binding. When this property is modified, it dispatches the isTableFieldChange event.



Implementation
    public function get isTableField():Boolean
    public function set isTableField(value:Boolean):void

letterModel

property 
letterModel:LetterModel

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The domain object of the letter that this assignment belongs to



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 (unsupported), 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

rowName

property 
rowName:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

The row name property.

This property can be used as the source for data binding. When this property is modified, it dispatches the rowNameChange event.



Implementation
    public function get rowName():String
    public function set rowName(value:String):void

staticEventDispatcher

property 
staticEventDispatcher:IEventDispatcher  [read-only]



Implementation
    public static function get staticEventDispatcher():IEventDispatcher

tableName

property 
tableName:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

The table name property.

This property can be used as the source for data binding. When this property is modified, it dispatches the tableNameChange event.



Implementation
    public function get tableName():String
    public function set tableName(value:String):void

target

property 
target:*

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The field associated with this assignment. This is of the type com.adobe.icc.vo.Field

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 (unsupported), 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 toolTipChange event.



Implementation
    public function get toolTip():String
    public function set toolTip(value:String):void

type

property 
type:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the type of this assignment.



Implementation
    public function get type():String

TYPE

property 
TYPE:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constant that specifies the assignment type as field assignment.

This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event.



Implementation
    public static function get TYPE():String
    public static function set TYPE(value:String):void

vo

property 
vo:FieldAssignment

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The underlying field assignment value object



Implementation
    public function get vo():FieldAssignment
    public function set vo(value:FieldAssignment):void