包 | com.adobe.icc.dc.domain |
类 | public class ConditionModuleInstance |
继承 | ConditionModuleInstance 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. | ConditionModuleInstance | ||
contentVariables : IList [只读]
The set of active variables for the module. | BaseModuleInstance | ||
controlVariables : IList [只读]
Bindable/Read-only. | ConditionModuleInstance | ||
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 Condition has one or more content removed from it, than what was originall assigned. | ConditionModuleInstance | ||
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
| ConditionModuleInstance | ||
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. | ConditionModuleInstance | ||
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. | ConditionModuleInstance | ||
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 |
方法 | 由以下参数定义 | ||
---|---|---|---|
ConditionModuleInstance(vCondData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ConditionModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
将事件调度到事件流中。 | EventDispatcher | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
Moves the specified item within the list's content one position in the specified direction. | ConditionModuleInstance | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
| ConditionModuleInstance | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
[覆盖]
| ConditionModuleInstance | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
方法 | 由以下参数定义 | ||
---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void [覆盖]
Called when the module content's associated data object changes. | ConditionModuleInstance |
contents | 属性 |
controlVariables | 属性 |
hasContentRemoved | 属性 |
hasContentRemoved:Boolean
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
True if the Condition 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 | 属性 |
ConditionModuleInstance | () | 构造函数 |
public function ConditionModuleInstance(vCondData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Constructor.
参数vCondData:ConditionModuleData — ConditionModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Condition Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
moduleDataChangeHandler | () | 方法 |
override protected function moduleDataChangeHandler(event:ModuleDataEvent):void
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Called when the module content's associated data
object changes.
Note: Do not add moduleDataChangeHandler at instantiation of BaseModuleInstance because moduleData value may not yet been set.
Plug this handler in sub class initialization.
参数
event:ModuleDataEvent — The ModuleDataEvent event dispatched on module data change.
|
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.
|
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, 11:04 AM Z