| Pakket | com.adobe.icc.dc.domain |
| Interface | public interface IModuleInstance extends IValidation , IEventDispatcher |
| Geïmplementeerd door | BaseModuleInstance |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| assignedPosition : int [alleen-lezen]
The assigned position of the module within its container. | IModuleInstance | ||
| contentVariables : IList [alleen-lezen]
The set of active variables for the module. | IModuleInstance | ||
| description : String [alleen-lezen]
Description associated with this ModuleInstance. | IModuleInstance | ||
| editable : Boolean [alleen-lezen]
True if this module is editable in its container (based on the assignment). | IModuleInstance | ||
| extra : Boolean [alleen-lezen]
The flag indicating if this module was not assigned while creating the letter. | IModuleInstance | ||
| hasConflict : Boolean [alleen-lezen]
The flag indicating if this module is conflicting with its latest version. | IModuleInstance | ||
| id : String [alleen-lezen]
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 [alleen-lezen]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| IModuleInstance | ||
| moduleVo : DataModule [alleen-lezen]
The instance of DataModule associated with this module instance. | IModuleInstance | ||
| name : String [alleen-lezen]
Name associated with this ModuleInstance. | IModuleInstance | ||
| newMandatory : Boolean [alleen-lezen]
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 [alleen-lezen]
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 [alleen-lezen]
True if this module is optional in its container (based on the assignment, not the selected state). | IModuleInstance | ||
| parentContainer : IContainerInstance [alleen-lezen]
Parent container instance containing this ModuleInstance
| IModuleInstance | ||
| preSelected : Boolean [alleen-lezen]
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 [alleen-lezen]
Skip Style of the module. | IModuleInstance | ||
| tooltip : String [alleen-lezen]
Tooltip associated with this ModuleInstance. | IModuleInstance | ||
![]() | valid : Boolean [alleen-lezen]
Boolean indicating whether the content is valid
| IValidation | |
assignedPosition | eigenschap |
contentVariables | eigenschap |
contentVariables:IList [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The set of active variables for the module. Empty if there are none.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get contentVariables():IListdescription | eigenschap |
editable | eigenschap |
extra | eigenschap |
extra:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get extra():BooleanhasConflict | eigenschap |
id | eigenschap |
indentationLevel | eigenschap |
indentationLevel:Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The level of indentation of the module with respect to the container holding the module instance.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get indentationLevel():Number public function set indentationLevel(value:Number):voidmoduleType | eigenschap |
moduleType:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementatie
public function get moduleType():StringVerwante API-elementen
moduleVo | eigenschap |
moduleVo:DataModule [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
Implementatie
public function get moduleVo():DataModulename | eigenschap |
name:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Name associated with this ModuleInstance.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get name():StringnewMandatory | eigenschap |
newMandatory:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | 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.
Implementatie
public function get newMandatory():BooleannonEditableOverride | eigenschap |
nonEditableOverride:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | 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.
Implementatie
public function get nonEditableOverride():Booleanoccur | eigenschap |
occur:int| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | 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).
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get occur():int public function set occur(value:int):voidoptional | eigenschap |
optional:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
True if this module is optional in its container (based on the assignment, not the selected state).
Implementatie
public function get optional():BooleanparentContainer | eigenschap |
parentContainer:IContainerInstance [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Parent container instance containing this ModuleInstance
Implementatie
public function get parentContainer():IContainerInstancepreSelected | eigenschap |
preSelected:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state).
Implementatie
public function get preSelected():Booleanselected | eigenschap |
selected:Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Is the module is selected to be included in letter
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get selected():Boolean public function set selected(value:Boolean):voidselectedPosition | eigenschap |
selectedPosition:int| Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get selectedPosition():int public function set selectedPosition(value:int):voidskipStyle | eigenschap |
skipStyle:Boolean [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Asset Composer Building Block 10.0 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange verzonden.
Implementatie
public function get skipStyle():Booleantooltip | eigenschap |
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven