| Pacchetto | com.adobe.icc.editors.model |
| Classe | public class FieldAssignmentModel |
| Ereditarietà | FieldAssignmentModel EventDispatcher Object |
| Implementa | IAssignmentModel |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Elementi API correlati
com.adobe.icc.editors.model.LetterModel.fieldAssignments
| Proprietà | Definito da | ||
|---|---|---|---|
| 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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| containerLayoutAssignment : ContainerLayoutAssignmentModel | FieldAssignmentModel | ||
| dynamic : Boolean
The dynamic property. | FieldAssignmentModel | ||
| editable : Boolean
The editable property of the underlying value object. | FieldAssignmentModel | ||
| isEditableEnabled : Boolean [sola lettura]
Specifies whether this assignement model is editable
| FieldAssignmentModel | ||
| isOptionalEnabled : Boolean [sola lettura]
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 [statico] [sola lettura] | 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 [sola lettura]
Specifies the type of this assignment. | FieldAssignmentModel | ||
| TYPE : String [statico]
Constant that specifies the assignment type as field assignment. | FieldAssignmentModel | ||
| vo : FieldAssignment
The underlying field assignment value object
| FieldAssignmentModel | ||
binding | proprietà |
binding:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni 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 |
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get binding():Object public function set binding(value:Object):voidbindingType | proprietà |
bindingType:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get bindingType():String public function set bindingType(value:String):voidcaption | proprietà |
caption:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento captionChange .
Implementazione
public function get caption():String public function set caption(value:String):voidcontainerLayoutAssignment | proprietà |
containerLayoutAssignment:ContainerLayoutAssignmentModelImplementazione
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):voiddynamic | proprietà |
dynamic:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The dynamic property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento dynamicChange .
Implementazione
public function get dynamic():Boolean public function set dynamic(value:Boolean):voideditable | proprietà |
editable:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento editableChange .
Implementazione
public function get editable():Boolean public function set editable(value:Boolean):voidisEditableEnabled | proprietà |
isEditableEnabled:Boolean [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is editable
Implementazione
public function get isEditableEnabled():BooleanisOptionalEnabled | proprietà |
isOptionalEnabled:Boolean [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether this assignement model is optional
Implementazione
public function get isOptionalEnabled():BooleanisTableField | proprietà |
isTableField:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The isTableField property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento isTableFieldChange .
Implementazione
public function get isTableField():Boolean public function set isTableField(value:Boolean):voidletterModel | proprietà |
letterModel:LetterModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the letter that this assignment belongs to
Implementazione
public function get letterModel():LetterModel public function set letterModel(value:LetterModel):voidoptional | proprietà |
optional:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento optionalChange .
Implementazione
public function get optional():Boolean public function set optional(value:Boolean):voidrowName | proprietà |
rowName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The row name property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento rowNameChange .
Implementazione
public function get rowName():String public function set rowName(value:String):voidstaticEventDispatcher | proprietà |
staticEventDispatcher:IEventDispatcher [sola lettura] Implementazione
public static function get staticEventDispatcher():IEventDispatchertableName | proprietà |
tableName:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The table name property.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento tableNameChange .
Implementazione
public function get tableName():String public function set tableName(value:String):voidtarget | proprietà |
target:*| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The field associated with this assignment. This is of the type
com.adobe.icc.vo.Field
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento targetChange .
Implementazione
public function get target():* public function set target(value:any):voidtoolTip | proprietà |
toolTip:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento toolTipChange .
Implementazione
public function get toolTip():String public function set toolTip(value:String):voidtype | proprietà |
TYPE | proprietà |
TYPE:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constant that specifies the assignment type as field assignment.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public static function get TYPE():String public static function set TYPE(value:String):voidvo | proprietà |
vo:FieldAssignment| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying field assignment value object
Implementazione
public function get vo():FieldAssignment public function set vo(value:FieldAssignment):voidTue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate