Pacchetto | com.adobe.icc.dc.domain |
Interfaccia | public interface IModuleInstance extends IValidation , IEventDispatcher |
Implementatori | BaseModuleInstance |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà | Definito da | ||
---|---|---|---|
assignedPosition : int [sola lettura]
The assigned position of the module within its container. | IModuleInstance | ||
contentVariables : IList [sola lettura]
The set of active variables for the module. | IModuleInstance | ||
description : String [sola lettura]
Description associated with this ModuleInstance. | IModuleInstance | ||
editable : Boolean [sola lettura]
True if this module is editable in its container (based on the assignment). | IModuleInstance | ||
extra : Boolean [sola lettura]
The flag indicating if this module was not assigned while creating the letter. | IModuleInstance | ||
hasConflict : Boolean [sola lettura]
The flag indicating if this module is conflicting with its latest version. | IModuleInstance | ||
id : String [sola lettura]
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 [sola lettura]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| IModuleInstance | ||
moduleVo : DataModule [sola lettura]
The instance of DataModule associated with this module instance. | IModuleInstance | ||
name : String [sola lettura]
Name associated with this ModuleInstance. | IModuleInstance | ||
newMandatory : Boolean [sola lettura]
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 [sola lettura]
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 [sola lettura]
True if this module is optional in its container (based on the assignment, not the selected state). | IModuleInstance | ||
parentContainer : IContainerInstance [sola lettura]
Parent container instance containing this ModuleInstance
| IModuleInstance | ||
preSelected : Boolean [sola lettura]
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 [sola lettura]
Skip Style of the module. | IModuleInstance | ||
tooltip : String [sola lettura]
Tooltip associated with this ModuleInstance. | IModuleInstance | ||
valid : Boolean [sola lettura]
Boolean indicating whether the content is valid
| IValidation |
assignedPosition | proprietà |
assignedPosition:int
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The assigned position of the module within its container.
Implementazione
public function get assignedPosition():int
contentVariables | proprietà |
contentVariables:IList
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The set of active variables for the module. Empty if there are none.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get contentVariables():IList
description | proprietà |
editable | proprietà |
editable:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
True if this module is editable in its container (based on the assignment).
Implementazione
public function get editable():Boolean
extra | proprietà |
extra:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get extra():Boolean
hasConflict | proprietà |
hasConflict:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module is conflicting with its latest version.
Implementazione
public function get hasConflict():Boolean
id | proprietà |
indentationLevel | proprietà |
indentationLevel:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The level of indentation of the module with respect to the container holding the module instance.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
moduleType | proprietà |
moduleType:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementazione
public function get moduleType():String
Elementi API correlati
moduleVo | proprietà |
moduleVo:DataModule
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
Implementazione
public function get moduleVo():DataModule
name | proprietà |
name:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Name associated with this ModuleInstance.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get name():String
newMandatory | proprietà |
newMandatory:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Implementazione
public function get newMandatory():Boolean
nonEditableOverride | proprietà |
nonEditableOverride:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Implementazione
public function get nonEditableOverride():Boolean
occur | proprietà |
occur:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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).
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get occur():int
public function set occur(value:int):void
optional | proprietà |
optional:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
True if this module is optional in its container (based on the assignment, not the selected state).
Implementazione
public function get optional():Boolean
parentContainer | proprietà |
parentContainer:IContainerInstance
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Parent container instance containing this ModuleInstance
Implementazione
public function get parentContainer():IContainerInstance
preSelected | proprietà |
preSelected:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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).
Implementazione
public function get preSelected():Boolean
selected | proprietà |
selected:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Is the module is selected to be included in letter
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get selected():Boolean
public function set selected(value:Boolean):void
selectedPosition | proprietà |
selectedPosition:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get selectedPosition():int
public function set selectedPosition(value:int):void
skipStyle | proprietà |
skipStyle:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10.0 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get skipStyle():Boolean
tooltip | proprietà |
Tue Jun 12 2018, 02:44 PM Z