套件 | com.adobe.icc.dc.domain |
類別 | public class ListModuleInstance |
繼承 | ListModuleInstance BaseModuleInstance EventDispatcher Object |
實作 | IContainerInstance |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
屬性 | 定義自 | ||
---|---|---|---|
assignedPosition : int [唯讀]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
contents : IList [唯讀]
List of the contents associated with this Container instance. | ListModuleInstance | ||
contentVariables : IList [唯讀]
The set of active variables for the module. | BaseModuleInstance | ||
description : String [唯讀]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [唯讀]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [唯讀]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [唯讀]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
hasContentRemoved : Boolean [唯讀]
True if the List has one or more content removed from it, than what was originall assigned. | ListModuleInstance | ||
id : String [唯讀]
Unique identification associated with this ModuleInstance. | BaseModuleInstance | ||
indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance. | BaseModuleInstance | ||
moduleType : String [覆寫] [唯讀]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ListModuleInstance | ||
moduleVo : DataModule [唯讀]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [唯讀]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [唯讀]
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance. | BaseModuleInstance | ||
nonEditableOverride : Boolean [唯讀]
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance. | BaseModuleInstance | ||
occur : int
The occurrence index of this content within its parent container. | BaseModuleInstance | ||
open : Boolean [唯讀]
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter. | ListModuleInstance | ||
optional : Boolean [唯讀]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
ordered : Boolean [唯讀]
True if the container's contents order is fixed; false if its contents can be re-ordered. | ListModuleInstance | ||
parentContainer : IContainerInstance [唯讀]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [唯讀]
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
selected : Boolean
Is the module is selected to be included in letter
| BaseModuleInstance | ||
selectedPosition : int
Position of the content in it's container among all the selected contents of the container. | BaseModuleInstance | ||
skipStyle : Boolean [唯讀]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [唯讀]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [唯讀]
Boolean indicating whether the content is valid
| BaseModuleInstance |
方法 | 定義自 | ||
---|---|---|---|
ListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ListModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
Inserts the specified raw DataModule into the list's contents as extra selected content if list is open. | ListModuleInstance | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
If true, the numbering across the modules of the target List module would be compounded (i.e. | ListModuleInstance | ||
If true, the List's own style is ignored, and the numbering would continue from the outer List
(as if the modules of the nested list were part of the outer list itself), disregarding any styles specified on
the nested List. | ListModuleInstance | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
Moves the specified item within the list's content one position in the specified direction. | ListModuleInstance | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
[覆寫]
Refresh should be called when item is selected. | ListModuleInstance | ||
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
| ListModuleInstance | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
[覆寫]
| ListModuleInstance | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
contents | 屬性 |
hasContentRemoved | 屬性 |
hasContentRemoved:Boolean
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
True if the List has one or more content removed from it, than what was originall assigned. [Relevant when reloading]
實作
public function get hasContentRemoved():Boolean
moduleType | 屬性 |
moduleType:String
[唯讀] [覆寫] 語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
實作
override public function get moduleType():String
相關 API 元素
open | 屬性 |
ordered | 屬性 |
ListModuleInstance | () | 建構函式 |
public function ListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Constructor.
參數vListData:ListData — ListData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the List Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
addRawModule | () | 方法 |
public function addRawModule(dataModule:DataModule, position:int = -1):IModuleInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Inserts the specified raw DataModule
into the list's contents as extra selected content if list is open.
參數
dataModule:DataModule — dataModule The module to select/insert.
| |
position:int (default = -1 ) — The absolute position at which to insert the module into the contents list. The dataModule becomes the new element
at that position in the list. If position is less than zero or beyond the end of the list, the content is
appended. If the list is fixed-order, then module is appended at end.
|
IModuleInstance —
|
getCompoundNumbering | () | 方法 |
public function getCompoundNumbering():Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
If true, the numbering across the modules of the target List module would be compounded (i.e. of the format '1.1., 1.2.,...' or '1.a., 1.b.,...', etc.) When including a (nested) 'Plain/Bulleted' List as a target with the Compound Numbering option checked, the compound numbering style is applied as per the outer List's style. For instance, if the outer List has a style of '1, 2, 3..', the numbering on the nested List would be '1.1., 1.2...'; if the outer List has a style of 'A, B, C..', the numbering on the nested List would be 'A.A.., A.B....'; and so on.
傳回值Boolean —
|
getIgnoreListStyle | () | 方法 |
public function getIgnoreListStyle():Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
If true, the List's own style is ignored, and the numbering would continue from the outer List (as if the modules of the nested list were part of the outer list itself), disregarding any styles specified on the nested List.
傳回值Boolean —
|
moveContent | () | 方法 |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Moves the specified item within the list's content one position in the specified direction.
參數
sourceModule:IModuleInstance — The item to move.
| |
moveUp:Boolean — True to move up, false to move down.
|
refresh | () | 方法 |
override public function refresh():void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
removeContent | () | 方法 |
public function removeContent(sourceModule:IModuleInstance):void
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
參數
sourceModule:IModuleInstance — The item to be removed.
|
setSkipStyle | () | 方法 |
Tue Jun 12 2018, 03:47 PM Z