| 包 | com.adobe.icc.dc.domain |
| 接口 | public interface IModuleInstance extends IValidation , IEventDispatcher |
| 实现器 | BaseModuleInstance |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| assignedPosition : int [只读]
The assigned position of the module within its container. | IModuleInstance | ||
| contentVariables : IList [只读]
The set of active variables for the module. | IModuleInstance | ||
| description : String [只读]
Description associated with this ModuleInstance. | IModuleInstance | ||
| editable : Boolean [只读]
True if this module is editable in its container (based on the assignment). | IModuleInstance | ||
| extra : Boolean [只读]
The flag indicating if this module was not assigned while creating the letter. | IModuleInstance | ||
| hasConflict : Boolean [只读]
The flag indicating if this module is conflicting with its latest version. | IModuleInstance | ||
| id : String [只读]
Unique identification associated with this ModuleInstance. | IModuleInstance | ||
| indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance. | IModuleInstance | ||
| moduleType : String [只读]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| IModuleInstance | ||
| moduleVo : DataModule [只读]
The instance of DataModule associated with this module instance. | IModuleInstance | ||
| name : String [只读]
Name associated with this ModuleInstance. | IModuleInstance | ||
| 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. | IModuleInstance | ||
| 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. | IModuleInstance | ||
| occur : int
The occurrence index of this content within its parent container. | IModuleInstance | ||
| optional : Boolean [只读]
True if this module is optional in its container (based on the assignment, not the selected state). | IModuleInstance | ||
| parentContainer : IContainerInstance [只读]
Parent container instance containing this ModuleInstance
| IModuleInstance | ||
| preSelected : Boolean [只读]
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state). | IModuleInstance | ||
| selected : Boolean
Is the module is selected to be included in letter
| IModuleInstance | ||
| selectedPosition : int
Position of the content in it's container among all the selected contents of the container. | IModuleInstance | ||
| skipStyle : Boolean [只读]
Skip Style of the module. | IModuleInstance | ||
| tooltip : String [只读]
Tooltip associated with this ModuleInstance. | IModuleInstance | ||
![]() | valid : Boolean [只读]
Boolean indicating whether the content is valid
| IValidation | |
assignedPosition | 属性 |
contentVariables | 属性 |
description | 属性 |
editable | 属性 |
extra | 属性 |
extra:Boolean [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module was not assigned while creating the letter. For e.g a module added to the letter through Library access will have extra attribute as true.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get extra():BooleanhasConflict | 属性 |
id | 属性 |
indentationLevel | 属性 |
indentationLevel:Number| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
The level of indentation of the module with respect to the container holding the module instance.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get indentationLevel():Number public function set indentationLevel(value:Number):voidmoduleType | 属性 |
moduleVo | 属性 |
moduleVo:DataModule [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
实现
public function get moduleVo():DataModulename | 属性 |
newMandatory | 属性 |
newMandatory:Boolean [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance.
实现
public function get newMandatory():BooleannonEditableOverride | 属性 |
nonEditableOverride:Boolean [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance.
实现
public function get nonEditableOverride():Booleanoccur | 属性 |
occur:int| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
The occurrence index of this content within its parent container. If there are multiple instances of the module in the container, each module content instance (for those assigned module instances) will get a unique occurrence index. Once assigned, the occurrence should be retained to idenfity instances of a particular module occurrence (e.g. text module tm is assigned twice to the same target/list therefore each occurrence will be identified as tm0 and tm1, respectfully, but note that if tm1 is cloned 4 times, it remains tm1 in the container's selection as instances of the original tm1 occurrence).
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get occur():int public function set occur(value:int):voidoptional | 属性 |
parentContainer | 属性 |
parentContainer:IContainerInstance [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
Parent container instance containing this ModuleInstance
实现
public function get parentContainer():IContainerInstancepreSelected | 属性 |
selected | 属性 |
selected:Boolean| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
Is the module is selected to be included in letter
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get selected():Boolean public function set selected(value:Boolean):voidselectedPosition | 属性 |
selectedPosition:int| 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
Position of the content in it's container among all the selected contents of the container. -1 if the content is not selected.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get selectedPosition():int public function set selectedPosition(value:int):voidskipStyle | 属性 |
skipStyle:Boolean [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Asset Composer Building Block 10.0 |
| 运行时版本: | AIR (unsupported), Flash Player 10.2 |
Skip Style of the module. If this is a List or Condition, the skipChildren option would decide
whether or not to skip the child modules or not.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get skipStyle():Booleantooltip | 属性 |
Tue Jun 12 2018, 11:04 AM Z
隐藏继承的公共属性
显示继承的公共属性