| Paket | com.adobe.icc.dc.domain.factory |
| Klass | public class DomainInstanceFactory |
| Arv | DomainInstanceFactory Object |
| Implementerar | IDomainInstanceFactory |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
| Metod | Definieras med | ||
|---|---|---|---|
Constructor. | DomainInstanceFactory | ||
createConditionModuleInstance(vConditionData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ConditionModuleInstance
The function used to create a condition module instance for the specified letter. | DomainInstanceFactory | ||
createFieldInstance(value:FieldData):FieldInstance
The function used to create a field instance for the specified letter. | DomainInstanceFactory | ||
createImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ImageModuleInstance
The function used to create a image module instance for the specified letter. | DomainInstanceFactory | ||
createLetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map):LetterInstance
The function used to create a letter instance. | DomainInstanceFactory | ||
createListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ListModuleInstance
The function used to create a list module instance for the specified letter. | DomainInstanceFactory | ||
createModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, ... otherArgs):IModuleInstance
The function used to create a generic module instance for the specified letter. | DomainInstanceFactory | ||
createTargetInstance(targetData:com.adobe.icc.dc.data:TargetData, reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget = null):com.adobe.icc.dc.domain:TargetInstance
The function used to create a target area instance for the specified letter. | DomainInstanceFactory | ||
createTextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):com.adobe.icc.dc.domain:TextModuleInstance
The function used to create a text module instance for the specified letter. | DomainInstanceFactory | ||
createVariableInstance(value:VariableData):VariableInstance
The function used to create a variable instance for the specified letter. | DomainInstanceFactory | ||
[statisk]
Returns the singleton instance of this class. | DomainInstanceFactory | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
| Konstant | Definieras med | ||
|---|---|---|---|
| MODULETYPE_CONDITION : String = "Condition" [statisk]
The constant defining the Condition type module. | DomainInstanceFactory | ||
| MODULETYPE_IMAGE : String = "Image" [statisk]
The constant defining the Image type module. | DomainInstanceFactory | ||
| MODULETYPE_LIST : String = "List" [statisk]
The constant defining the List type module. | DomainInstanceFactory | ||
| MODULETYPE_TEXT : String = "Text" [statisk]
The constant defining the text type module. | DomainInstanceFactory | ||
DomainInstanceFactory | () | Konstruktor |
public function DomainInstanceFactory()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Constructor.
createConditionModuleInstance | () | metod |
public function createConditionModuleInstance(vConditionData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ConditionModuleInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a condition module instance for the specified letter.
Parametrar
vConditionData: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.
|
ConditionModuleInstance —
|
createFieldInstance | () | metod |
public function createFieldInstance(value:FieldData):FieldInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a field instance for the specified letter.
Parametrar
value:FieldData — FieldData object used for the creation of the FieldInstance.
|
FieldInstance — The FieldInstance object.
|
createImageModuleInstance | () | metod |
public function createImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ImageModuleInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a image module instance for the specified letter.
Parametrar
moduleData:ModuleData — ModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null) — Container of the Image Module that can be a list or a target area.
| |
remod:ReloadModule (default = null) — Reload Module for the case of correspondence reload.
|
ImageModuleInstance —
|
createLetterInstance | () | metod |
public function createLetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map):LetterInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a letter instance.
Parametrar
letter:Letter — The Letter object used to create the LetterInstance.
| |
ddi:DataDictionaryInstanceModel — The DataDictionaryInstanceModel object used to create the LetterInstance.
| |
initialXmlData:XML — The initial XML data associated with the Letter.
| |
params:Map — Additional parameters required to create the LetterInstance.
|
LetterInstance —
|
createListModuleInstance | () | metod |
public function createListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ListModuleInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a list module instance for the specified letter.
Parametrar
vListData:ListData — ListData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null) — Container of the List Module that can be a list or a target area.
| |
remod:ReloadModule (default = null) — Reload Module for the case of correspondence reload.
|
ListModuleInstance —
|
createModuleInstance | () | metod |
public function createModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, ... otherArgs):IModuleInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a generic module instance for the specified letter. The type of the module created depends on the moduleData
parameter.
Parametrar
moduleData:ModuleData — The ModuleData object used to create ModuleInstance
| |
vParentContainer:IContainerInstance (default = null) — Container of the Module that can be a list or a target area.
| |
... otherArgs — Other Arguments associated with creation of Module instance.
|
IModuleInstance —
|
createTargetInstance | () | metod |
public function createTargetInstance(targetData:com.adobe.icc.dc.data:TargetData, reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget = null):com.adobe.icc.dc.domain:TargetInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a target area instance for the specified letter.
Parametrar
targetData:com.adobe.icc.dc.data:TargetData — The TargetData object used for the creation of the TargetInstance.
| |
reloadTarget:com.adobe.icc.dc.data.reload:ReloadTarget (default = null) — Reload Target for the case of correspondence reload.
|
com.adobe.icc.dc.domain:TargetInstance —
|
createTextModuleInstance | () | metod |
public function createTextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):com.adobe.icc.dc.domain:TextModuleInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a text module instance for the specified letter.
Parametrar
moduleData:ModuleData — ModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null) — Container of the Text Module that can be a list or a target area.
| |
remod:ReloadModule (default = null) — Reload Module for the case of correspondence reload.
|
com.adobe.icc.dc.domain:TextModuleInstance —
|
createVariableInstance | () | metod |
public function createVariableInstance(value:VariableData):VariableInstance| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The function used to create a variable instance for the specified letter.
Parametrar
value:VariableData — VariableData object used for the creation of the VariableInstance.
|
VariableInstance — The VariableInstance object.
|
getInstance | () | metod |
public static function getInstance():DomainInstanceFactory| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Returns the singleton instance of this class.
ReturnerarDomainInstanceFactory — The instance of DomainInstanceFactory.
|
MODULETYPE_CONDITION | Konstant |
public static const MODULETYPE_CONDITION:String = "Condition"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The constant defining the Condition type module.
MODULETYPE_IMAGE | Konstant |
public static const MODULETYPE_IMAGE:String = "Image"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The constant defining the Image type module.
MODULETYPE_LIST | Konstant |
public static const MODULETYPE_LIST:String = "List"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The constant defining the List type module.
MODULETYPE_TEXT | Konstant |
public static const MODULETYPE_TEXT:String = "Text"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Asset Composer Building Block 10.0 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
The constant defining the text type module.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper