套件 | com.adobe.icc.editors.model |
類別 | public class ModuleAssignmentModel |
繼承 | ModuleAssignmentModel EventDispatcher Object |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
dataModel : ModuleModel
The domain object of the module associated with this assignment. | ModuleAssignmentModel | ||
dataModule : DataModule
The value object of the module associated with this assignment. | ModuleAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | ModuleAssignmentModel | ||
indentationLevel : Number
The indentationLevel property of the underlying value object. | ModuleAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | ModuleAssignmentModel | ||
position : int
Fetches the position of Module relative to other modules in the target area. | ModuleAssignmentModel | ||
preSelected : Boolean
The preSelected property of the underlying value object. | ModuleAssignmentModel | ||
variables : IList [唯讀]
The list of variables exposed by the module associated
with this assignment. | ModuleAssignmentModel | ||
vo : ModuleAssignment
The underlying value object for this module assignment. | ModuleAssignmentModel |
公用方法
方法 | 定義自 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
[靜態]
Constructs the domain object from a data module. | ModuleAssignmentModel | ||
[靜態]
Constructs the domain object from its value object counterpart. | ModuleAssignmentModel | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
屬性詳細資訊
dataModel | 屬性 |
dataModel:ModuleModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the module associated with this assignment.
實作
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
dataModule | 屬性 |
dataModule:DataModule
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object of the module associated with this assignment.
實作
public function get dataModule():DataModule
public function set dataModule(value:DataModule):void
editable | 屬性 |
indentationLevel | 屬性 |
indentationLevel:Number
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The indentationLevel property of the underlying value object.
實作
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | 屬性 |
position | 屬性 |
preSelected | 屬性 |
variables | 屬性 |
vo | 屬性 |
vo:ModuleAssignment
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying value object for this module assignment.
實作
public function get vo():ModuleAssignment
public function set vo(value:ModuleAssignment):void
方法詳細資訊
createFromModule | () | 方法 |
public static function createFromModule(module:*):ModuleAssignmentModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from a data module.
參數
module:* — The module from which the module assignment needs to be constructed.
This parameter could either be the module domain object
(com.adobe.icc.editors.model.ModuleModel) or the
module value object (com.adobe.icc.vo.DataModule).
|
ModuleAssignmentModel — The module assignment domain object.
|
createFromVO | () | 方法 |
public static function createFromVO(vo:ModuleAssignment):ModuleAssignmentModel
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 9.5 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
參數
vo:ModuleAssignment — The module assignment value object.
|
ModuleAssignmentModel — The module assignment domain object.
|
Tue Jun 12 2018, 03:47 PM Z