套件 | com.adobe.icc.dc.domain.factory |
介面 | public interface IDomainInstanceFactory |
實作者 | DomainInstanceFactory |
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
方法 | 定義自 | ||
---|---|---|---|
createConditionModuleInstance(vConditionData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ConditionModuleInstance
The function used to create a condition module instance for the specified letter. | IDomainInstanceFactory | ||
createFieldInstance(value:FieldData):FieldInstance
The function used to create a field instance for the specified letter. | IDomainInstanceFactory | ||
createImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ImageModuleInstance
The function used to create a image module instance for the specified letter. | IDomainInstanceFactory | ||
createLetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map):LetterInstance
The function used to create a letter instance. | IDomainInstanceFactory | ||
createListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ListModuleInstance
The function used to create a list module instance for the specified letter. | IDomainInstanceFactory | ||
createModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, ... otherArgs):IModuleInstance
The function used to create a generic module instance for the specified letter. | IDomainInstanceFactory | ||
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. | IDomainInstanceFactory | ||
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. | IDomainInstanceFactory | ||
createVariableInstance(value:VariableData):VariableInstance
The function used to create a variable instance for the specified letter. | IDomainInstanceFactory |
createConditionModuleInstance | () | 方法 |
public function createConditionModuleInstance(vConditionData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ConditionModuleInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a condition module instance for the specified letter.
參數
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 | () | 方法 |
public function createFieldInstance(value:FieldData):FieldInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a field instance for the specified letter.
參數
value:FieldData — FieldData object used for the creation of the FieldInstance.
|
FieldInstance — The FieldInstance object.
|
createImageModuleInstance | () | 方法 |
public function createImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ImageModuleInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a image module instance for the specified letter.
參數
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 | () | 方法 |
public function createLetterInstance(letter:Letter, ddi:DataDictionaryInstanceModel, initialXmlData:XML, params:Map):LetterInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a letter instance.
參數
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 | () | 方法 |
public function createListModuleInstance(vListData:ListData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):ListModuleInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a list module instance for the specified letter.
參數
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 | () | 方法 |
public function createModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, ... otherArgs):IModuleInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | 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.
參數
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 | () | 方法 |
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
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a target area instance for the specified letter.
參數
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 | () | 方法 |
public function createTextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null):com.adobe.icc.dc.domain:TextModuleInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a text module instance for the specified letter.
參數
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 | () | 方法 |
public function createVariableInstance(value:VariableData):VariableInstance
語言版本: | ActionScript 3.0 |
產品版本: | Asset Composer Building Block 10.0 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
The function used to create a variable instance for the specified letter.
參數
value:VariableData — VariableData object used for the creation of the VariableInstance.
|
VariableInstance — The VariableInstance object.
|
Tue Jun 12 2018, 03:47 PM Z