套件 | com.adobe.icc.editors.model |
類別 | public class VariableAssignmentModel |
繼承 | VariableAssignmentModel ![]() ![]() |
實作 | 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. | 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
類別物件的參照或是特定物件實體的建構函數。 | Object | |
dataModel : ModuleModel
The parent data module of the variable associated with this assignment
| VariableAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | VariableAssignmentModel | ||
isEditableEnabled : Boolean [唯讀]
Specifies whether this assignement model is editable
| VariableAssignmentModel | ||
isOptionalEnabled : Boolean [唯讀]
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 [唯讀]
Specifies the type of this assignment. | VariableAssignmentModel | ||
vo : VariableAssignment
The underlying variable assignment value object
| VariableAssignmentModel |
方法 | 定義自 | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | |
![]() |
會將事件傳送到事件流程。 | EventDispatcher | |
![]() |
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | |
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object | |
![]() |
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
事件 | 摘要 | 定義自 | ||
---|---|---|---|---|
![]() | [廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。 | EventDispatcher | ||
![]() | [廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。 | EventDispatcher |
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):void
bindingType | 屬性 |
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):void
caption | 屬性 |
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):void
dataModel | 屬性 |
dataModel:ModuleModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The parent data module of the variable associated with this assignment
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
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):void
isEditableEnabled | 屬性 |
isOptionalEnabled | 屬性 |
letterModel | 屬性 |
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.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get letterModel():LetterModel
public function set letterModel(value:LetterModel):void
optional | 屬性 |
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):void
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.Variable
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 targetChange
事件。
實作
public function get target():*
public function set target(value:any):void
toolTip | 屬性 |
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.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 targetChange
事件。
實作
public function get toolTip():String
public function set toolTip(value:String):void
type | 屬性 |
vo | 屬性 |
vo:VariableAssignment
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying variable assignment value object
實作
public function get vo():VariableAssignment
public function set vo(value:VariableAssignment):void
Tue Jun 12 2018, 03:47 PM Z