| 套件 | com.adobe.icc.editors.model |
| 類別 | public class FieldAssignmentModel |
| 繼承 | FieldAssignmentModel EventDispatcher Object |
| 實作 | IAssignmentModel |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
相關 API 元素
com.adobe.icc.editors.model.LetterModel.fieldAssignments
| 屬性 | 定義自 | ||
|---|---|---|---|
| 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
類別物件的參照或是特定物件實體的建構函數。 | Object | |
| containerLayoutAssignment : ContainerLayoutAssignmentModel | FieldAssignmentModel | ||
| dynamic : Boolean
The dynamic property. | FieldAssignmentModel | ||
| editable : Boolean
The editable property of the underlying value object. | FieldAssignmentModel | ||
| isEditableEnabled : Boolean [唯讀]
Specifies whether this assignement model is editable
| FieldAssignmentModel | ||
| isOptionalEnabled : Boolean [唯讀]
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 [靜態] [唯讀] | 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 [唯讀]
Specifies the type of this assignment. | FieldAssignmentModel | ||
| TYPE : String [靜態]
Constant that specifies the assignment type as field assignment. | FieldAssignmentModel | ||
| vo : FieldAssignment
The underlying field assignment value object
| FieldAssignmentModel | ||
binding | 屬性 |
binding:Object| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | 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 |
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get binding():Object public function set binding(value:Object):voidbindingType | 屬性 |
bindingType:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of binding between the field and its assignment.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get bindingType():String public function set bindingType(value:String):voidcaption | 屬性 |
caption:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The caption property of the underlying value object.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 captionChange 事件。
實作
public function get caption():String public function set caption(value:String):voidcontainerLayoutAssignment | 屬性 |
containerLayoutAssignment:ContainerLayoutAssignmentModel實作
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):voiddynamic | 屬性 |
editable | 屬性 |
editable:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 editableChange 事件。
實作
public function get editable():Boolean public function set editable(value:Boolean):voidisEditableEnabled | 屬性 |
isOptionalEnabled | 屬性 |
isTableField | 屬性 |
isTableField:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The isTableField property.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 isTableFieldChange 事件。
實作
public function get isTableField():Boolean public function set isTableField(value:Boolean):voidletterModel | 屬性 |
letterModel:LetterModel| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the letter that this assignment belongs to
實作
public function get letterModel():LetterModel public function set letterModel(value:LetterModel):voidoptional | 屬性 |
optional:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 optionalChange 事件。
實作
public function get optional():Boolean public function set optional(value:Boolean):voidrowName | 屬性 |
staticEventDispatcher | 屬性 |
staticEventDispatcher:IEventDispatcher [唯讀] 實作
public static function get staticEventDispatcher():IEventDispatchertableName | 屬性 |
target | 屬性 |
target:*| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The field associated with this assignment. This is of the type
com.adobe.icc.vo.Field
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 targetChange 事件。
實作
public function get target():* public function set target(value:any):voidtoolTip | 屬性 |
toolTip:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The toolTip property of the underlying value object.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 toolTipChange 事件。
實作
public function get toolTip():String public function set toolTip(value:String):voidtype | 屬性 |
TYPE | 屬性 |
TYPE:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constant that specifies the assignment type as field assignment.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public static function get TYPE():String public static function set TYPE(value:String):voidvo | 屬性 |
vo:FieldAssignment| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying field assignment value object
實作
public function get vo():FieldAssignment public function set vo(value:FieldAssignment):voidTue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性