Pakiet | com.adobe.icc.dc.domain |
Interfejs | public interface IModuleInstance extends IValidation , IEventDispatcher |
Implementory | BaseModuleInstance |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
assignedPosition : int [tylko do odczytu]
The assigned position of the module within its container. | IModuleInstance | ||
contentVariables : IList [tylko do odczytu]
The set of active variables for the module. | IModuleInstance | ||
description : String [tylko do odczytu]
Description associated with this ModuleInstance. | IModuleInstance | ||
editable : Boolean [tylko do odczytu]
True if this module is editable in its container (based on the assignment). | IModuleInstance | ||
extra : Boolean [tylko do odczytu]
The flag indicating if this module was not assigned while creating the letter. | IModuleInstance | ||
hasConflict : Boolean [tylko do odczytu]
The flag indicating if this module is conflicting with its latest version. | IModuleInstance | ||
id : String [tylko do odczytu]
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 [tylko do odczytu]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| IModuleInstance | ||
moduleVo : DataModule [tylko do odczytu]
The instance of DataModule associated with this module instance. | IModuleInstance | ||
name : String [tylko do odczytu]
Name associated with this ModuleInstance. | IModuleInstance | ||
newMandatory : Boolean [tylko do odczytu]
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 [tylko do odczytu]
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 [tylko do odczytu]
True if this module is optional in its container (based on the assignment, not the selected state). | IModuleInstance | ||
parentContainer : IContainerInstance [tylko do odczytu]
Parent container instance containing this ModuleInstance
| IModuleInstance | ||
preSelected : Boolean [tylko do odczytu]
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 [tylko do odczytu]
Skip Style of the module. | IModuleInstance | ||
tooltip : String [tylko do odczytu]
Tooltip associated with this ModuleInstance. | IModuleInstance | ||
valid : Boolean [tylko do odczytu]
Boolean indicating whether the content is valid
| IValidation |
assignedPosition | właściwość |
assignedPosition:int
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The assigned position of the module within its container.
Implementacja
public function get assignedPosition():int
contentVariables | właściwość |
contentVariables:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The set of active variables for the module. Empty if there are none.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get contentVariables():IList
description | właściwość |
editable | właściwość |
editable:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if this module is editable in its container (based on the assignment).
Implementacja
public function get editable():Boolean
extra | właściwość |
extra:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get extra():Boolean
hasConflict | właściwość |
hasConflict:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module is conflicting with its latest version.
Implementacja
public function get hasConflict():Boolean
id | właściwość |
indentationLevel | właściwość |
indentationLevel:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The level of indentation of the module with respect to the container holding the module instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
moduleType | właściwość |
moduleType:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementacja
public function get moduleType():String
Powiązane elementy interfejsu API
moduleVo | właściwość |
moduleVo:DataModule
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
Implementacja
public function get moduleVo():DataModule
name | właściwość |
name:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Name associated with this ModuleInstance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get name():String
newMandatory | właściwość |
newMandatory:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get newMandatory():Boolean
nonEditableOverride | właściwość |
nonEditableOverride:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get nonEditableOverride():Boolean
occur | właściwość |
occur:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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).
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get occur():int
public function set occur(value:int):void
optional | właściwość |
optional:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if this module is optional in its container (based on the assignment, not the selected state).
Implementacja
public function get optional():Boolean
parentContainer | właściwość |
parentContainer:IContainerInstance
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Parent container instance containing this ModuleInstance
Implementacja
public function get parentContainer():IContainerInstance
preSelected | właściwość |
preSelected:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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).
Implementacja
public function get preSelected():Boolean
selected | właściwość |
selected:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Is the module is selected to be included in letter
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get selected():Boolean
public function set selected(value:Boolean):void
selectedPosition | właściwość |
selectedPosition:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get selectedPosition():int
public function set selectedPosition(value:int):void
skipStyle | właściwość |
skipStyle:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get skipStyle():Boolean
tooltip | właściwość |
Tue Jun 12 2018, 12:06 PM Z