Pakket | com.adobe.icc.editors.model |
Klasse | public class FieldAssignmentModel |
Overerving | FieldAssignmentModel EventDispatcher Object |
Implementatie | IAssignmentModel |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Verwante API-elementen
com.adobe.icc.editors.model.LetterModel.fieldAssignments
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
containerLayoutAssignment : ContainerLayoutAssignmentModel | FieldAssignmentModel | ||
dynamic : Boolean
The dynamic property. | FieldAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | FieldAssignmentModel | ||
isEditableEnabled : Boolean [alleen-lezen]
Specifies whether this assignement model is editable
| FieldAssignmentModel | ||
isOptionalEnabled : Boolean [alleen-lezen]
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 [statisch] [alleen-lezen] | 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 [alleen-lezen]
Specifies the type of this assignment. | FieldAssignmentModel | ||
TYPE : String [statisch]
Constant that specifies the assignment type as field assignment. | FieldAssignmentModel | ||
vo : FieldAssignment
The underlying field assignment value object
| FieldAssignmentModel |
binding | eigenschap |
binding:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | 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 |
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get binding():Object
public function set binding(value:Object):void
bindingType | eigenschap |
bindingType:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get bindingType():String
public function set bindingType(value:String):void
caption | eigenschap |
caption:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis captionChange
verzonden.
Implementatie
public function get caption():String
public function set caption(value:String):void
containerLayoutAssignment | eigenschap |
containerLayoutAssignment:ContainerLayoutAssignmentModel
Implementatie
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel
public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):void
dynamic | eigenschap |
dynamic:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The dynamic property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis dynamicChange
verzonden.
Implementatie
public function get dynamic():Boolean
public function set dynamic(value:Boolean):void
editable | eigenschap |
editable:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis editableChange
verzonden.
Implementatie
public function get editable():Boolean
public function set editable(value:Boolean):void
isEditableEnabled | eigenschap |
isOptionalEnabled | eigenschap |
isTableField | eigenschap |
isTableField:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The isTableField property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis isTableFieldChange
verzonden.
Implementatie
public function get isTableField():Boolean
public function set isTableField(value:Boolean):void
letterModel | eigenschap |
letterModel:LetterModel
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the letter that this assignment belongs to
Implementatie
public function get letterModel():LetterModel
public function set letterModel(value:LetterModel):void
optional | eigenschap |
optional:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis optionalChange
verzonden.
Implementatie
public function get optional():Boolean
public function set optional(value:Boolean):void
rowName | eigenschap |
rowName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The row name property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis rowNameChange
verzonden.
Implementatie
public function get rowName():String
public function set rowName(value:String):void
staticEventDispatcher | eigenschap |
staticEventDispatcher:IEventDispatcher
[alleen-lezen] Implementatie
public static function get staticEventDispatcher():IEventDispatcher
tableName | eigenschap |
tableName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The table name property.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis tableNameChange
verzonden.
Implementatie
public function get tableName():String
public function set tableName(value:String):void
target | eigenschap |
target:*
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The field associated with this assignment. This is of the type
com.adobe.icc.vo.Field
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis targetChange
verzonden.
Implementatie
public function get target():*
public function set target(value:any):void
toolTip | eigenschap |
toolTip:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis toolTipChange
verzonden.
Implementatie
public function get toolTip():String
public function set toolTip(value:String):void
type | eigenschap |
TYPE | eigenschap |
TYPE:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constant that specifies the assignment type as field assignment.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public static function get TYPE():String
public static function set TYPE(value:String):void
vo | eigenschap |
vo:FieldAssignment
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying field assignment value object
Implementatie
public function get vo():FieldAssignment
public function set vo(value:FieldAssignment):void
Wed Jun 13 2018, 11:42 AM Z