| 套件 | com.adobe.icc.editors.model |
| 類別 | public class TargetAreaAssignmentModel |
| 繼承 | TargetAreaAssignmentModel EventDispatcher Object |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
相關 API 元素
| 屬性 | 定義自 | ||
|---|---|---|---|
| allowFreeText : Boolean
Flag to indicate if this assignment allows adding free text. | TargetAreaAssignmentModel | ||
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
| containerLayoutAssignment : ContainerLayoutAssignmentModel
Container layout assignments within this target area assignment. | TargetAreaAssignmentModel | ||
| fragmentName : String [唯讀]
Fetches the name of the fragment associated with the target area. | TargetAreaAssignmentModel | ||
| isTableTargetArea : Boolean
The table name property. | TargetAreaAssignmentModel | ||
| letterModel : LetterModel
The domain object of the letter that this assignment belongs to
| TargetAreaAssignmentModel | ||
| moduleAssignments : IList
The list of module assignments within this target area assignment. | TargetAreaAssignmentModel | ||
| ordered : Boolean
Flag to indicate if this assignment is ordered. | TargetAreaAssignmentModel | ||
| path : String
Represents the path of target area relative to base layout. | TargetAreaAssignmentModel | ||
| position : int [唯讀]
Fetches the position of the target area with respect to other target areas. | TargetAreaAssignmentModel | ||
| rowName : String
The row name property. | TargetAreaAssignmentModel | ||
| tableName : String
The table name property. | TargetAreaAssignmentModel | ||
| targetArea : com.adobe.icc.vo:TargetArea
The target area associated with this assignment. | TargetAreaAssignmentModel | ||
| vo : com.adobe.icc.vo:TargetAreaAssignment
The underlying target area assignment value object. | TargetAreaAssignmentModel | ||
| 方法 | 定義自 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | |
Adds a module assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel [靜態]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel [靜態]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
![]() |
會將事件傳送到事件流程。 | EventDispatcher | |
![]() |
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | |
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | |
Removes a module assignment from this target area assignment. | TargetAreaAssignmentModel | ||
Adds a container layout assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object | |
![]() |
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher | |
| 事件 | 摘要 | 定義自 | ||
|---|---|---|---|---|
![]() | [廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。 | EventDispatcher | ||
| The event dispatched on the container layout assignment change. | TargetAreaAssignmentModel | |||
![]() | [廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。 | EventDispatcher | ||
| The event dispatched when the Field's assignment is changed. | TargetAreaAssignmentModel | |||
| Dispatched when a module assignment is added to any of the target area assignments. | TargetAreaAssignmentModel | |||
| Dispatched when a module assignment is removed from any of the target area assignments. | TargetAreaAssignmentModel | |||
allowFreeText | 屬性 |
allowFreeText:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Flag to indicate if this assignment allows adding free text.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 allowFreeTextChange 事件。
實作
public function get allowFreeText():Boolean public function set allowFreeText(value:Boolean):voidcontainerLayoutAssignment | 屬性 |
containerLayoutAssignment:ContainerLayoutAssignmentModel| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Container layout assignments within this target area assignment.
Container layout assignment must not be set directly. Instead,
the method setContainerLayoutAssignment() and removeContainerLayoutAssignment()
should be used.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 containerLayoutAssignmentChange 事件。
實作
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):voidfragmentName | 屬性 |
fragmentName:String [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Fetches the name of the fragment associated with the target area.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 containerLayoutAssignmentChange 事件。
實作
public function get fragmentName():StringisTableTargetArea | 屬性 |
isTableTargetArea:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The table name property.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 isTableTargetAreaChange 事件。
實作
public function get isTableTargetArea():Boolean public function set isTableTargetArea(value:Boolean):voidletterModel | 屬性 |
letterModel:LetterModel| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The domain object of the letter that this assignment belongs to
實作
public function get letterModel():LetterModel public function set letterModel(value:LetterModel):voidmoduleAssignments | 屬性 |
moduleAssignments:IList| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of module assignments within this target area assignment.
Module assignments must not be added to this list directly. Instead,
the methods addModuleAssignment() and removeModuleAssignment()
should be used.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 moduleAssignmentsChange 事件。
實作
public function get moduleAssignments():IList public function set moduleAssignments(value:IList):voidordered | 屬性 |
ordered:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Flag to indicate if this assignment is ordered.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 orderChange 事件。
實作
public function get ordered():Boolean public function set ordered(value:Boolean):voidpath | 屬性 |
path:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10.0 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Represents the path of target area relative to base layout.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get path():String public function set path(value:String):voidposition | 屬性 |
rowName | 屬性 |
tableName | 屬性 |
targetArea | 屬性 |
targetArea:com.adobe.icc.vo:TargetArea| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target area associated with this assignment.
實作
public function get targetArea():com.adobe.icc.vo:TargetArea public function set targetArea(value:com.adobe.icc.vo:TargetArea):voidvo | 屬性 |
vo:com.adobe.icc.vo:TargetAreaAssignment| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying target area assignment value object.
實作
public function get vo():com.adobe.icc.vo:TargetAreaAssignment public function set vo(value:com.adobe.icc.vo:TargetAreaAssignment):voidaddModuleAssignment | () | 方法 |
public function addModuleAssignment(value:ModuleAssignmentModel, addAt:int = -1):void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a module assignment to this target area assignment object.
參數
value:ModuleAssignmentModel — The module assignment object that needs to be added
| |
addAt:int (default = -1) — The position the module assignment should be inserted
at in the moduleAssignments list
|
createFromVO | () | 方法 |
public static function createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel| 語言版本: | 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:com.adobe.icc.vo:TargetAreaAssignment — The target area assignment value object.
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object.
|
createFromVOAndPath | () | 方法 |
public static function createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10.0 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constructs the domain object from its value object counterpart.
參數
vo:com.adobe.icc.vo:TargetAreaAssignment — The target area assignment value object.
| |
path:String — path of this target area assignment.
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object.
|
removeModuleAssignment | () | 方法 |
public function removeModuleAssignment(value:ModuleAssignmentModel):int| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Removes a module assignment from this target area assignment.
參數
value:ModuleAssignmentModel — The module assignment domain object that needs to be removed
|
int — The index at which the removed module assignment resided.
|
setContainerLayoutAssignment | () | 方法 |
public function setContainerLayoutAssignment(value:ContainerLayoutAssignmentModel):void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10.0 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Adds a container layout assignment to this target area assignment object.
參數
value:ContainerLayoutAssignmentModel — The container layout assignment object that needs to be added
|
containerLayoutAssignmentChange | 事件 |
flash.events.Event屬性 Event.type =
flash.events.Event| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The event dispatched on the container layout assignment change.
fieldAssignmentsChange | 事件 |
mx.events.DynamicEvent屬性 DynamicEvent.type =
mx.events.DynamicEvent| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 10 |
| 執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The event dispatched when the Field's assignment is changed.
moduleAssignmentAdd | 事件 |
mx.events.DynamicEvent屬性 DynamicEvent.type =
mx.events.DynamicEvent| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is added to any of the target area assignments.
moduleAssignmentRemove | 事件 |
mx.events.DynamicEvent屬性 DynamicEvent.type =
mx.events.DynamicEvent| 語言版本: | ActionScript 3.0 |
| 產品版本: | Asset Composer Building Block 9.5 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is removed from any of the target area assignments.
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性