套件 | com.adobe.icc.editors.model |
類別 | public class ConditionAssignmentModel |
繼承 | ConditionAssignmentModel EventDispatcher Object |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ConditionAssignmentModel
class represents the domain object
for the assignments related to the condition data module.
Domain objects can be leveraged to build presentation on top of them. They ease the
process of coding views by abstracting all the service calls and maintaining meaningful
states.
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
expression : String
The expression associated with this assignment. | ConditionAssignmentModel | ||
target : ModuleModel
The data module that is the item in the list. | ConditionAssignmentModel | ||
vo : CDMAssignment
The underlying assignment value object. | ConditionAssignmentModel |
公用方法
方法 | 定義自 | ||
---|---|---|---|
ConditionAssignmentModel(vo:CDMAssignment = null)
Constructor. | ConditionAssignmentModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
Creates a copy of ConditionAssignmentModel currently being used
| ConditionAssignmentModel | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
Indicates if this condition assignment is for the default case. | ConditionAssignmentModel | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
屬性詳細資訊
expression | 屬性 |
expression:String
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The expression associated with this assignment.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 valueObjectChange
事件。
實作
public function get expression():String
public function set expression(value:String):void
相關 API 元素
target | 屬性 |
target:ModuleModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The data module that is the item in the list.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 valueObjectChange
事件。
實作
public function get target():ModuleModel
public function set target(value:ModuleModel):void
vo | 屬性 |
vo:CDMAssignment
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying assignment value object.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 valueObjectChange
事件。
實作
public function get vo():CDMAssignment
public function set vo(value:CDMAssignment):void
建構函式詳細資料
ConditionAssignmentModel | () | 建構函式 |
public function ConditionAssignmentModel(vo:CDMAssignment = null)
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
參數vo:CDMAssignment (default = null ) — CDMAssignment object
|
方法詳細資訊
copy | () | 方法 |
public function copy():ConditionAssignmentModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Creates a copy of ConditionAssignmentModel currently being used
傳回值ConditionAssignmentModel — a copy of ConditionAssignmentModel
|
isDefault | () | 方法 |
public function isDefault():Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if this condition assignment is for the default case.
傳回值Boolean — boolean indicating if this condition assignment is for the default case.
|
Tue Jun 12 2018, 03:47 PM Z