包 | com.adobe.icc.dc.domain.factory |
类 | public class DomainInstanceFactory |
继承 | DomainInstanceFactory Object |
实现 | IDomainInstanceFactory |
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
方法 | 由以下参数定义 | ||
---|---|---|---|
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 | ||
[静态]
Returns the singleton instance of this class. | DomainInstanceFactory | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
常量 | 由以下参数定义 | ||
---|---|---|---|
MODULETYPE_CONDITION : String = "Condition" [静态]
The constant defining the Condition type module. | DomainInstanceFactory | ||
MODULETYPE_IMAGE : String = "Image" [静态]
The constant defining the Image type module. | DomainInstanceFactory | ||
MODULETYPE_LIST : String = "List" [静态]
The constant defining the List type module. | DomainInstanceFactory | ||
MODULETYPE_TEXT : String = "Text" [静态]
The constant defining the text type module. | DomainInstanceFactory |
DomainInstanceFactory | () | 构造函数 |
public function DomainInstanceFactory()
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Constructor.
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.
|
getInstance | () | 方法 |
public static function getInstance():DomainInstanceFactory
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Returns the singleton instance of this class.
返回DomainInstanceFactory — The instance of DomainInstanceFactory.
|
MODULETYPE_CONDITION | 常量 |
public static const MODULETYPE_CONDITION:String = "Condition"
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant defining the Condition type module.
MODULETYPE_IMAGE | 常量 |
public static const MODULETYPE_IMAGE:String = "Image"
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant defining the Image type module.
MODULETYPE_LIST | 常量 |
public static const MODULETYPE_LIST:String = "List"
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant defining the List type module.
MODULETYPE_TEXT | 常量 |
public static const MODULETYPE_TEXT:String = "Text"
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 10.0 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
The constant defining the text type module.
Tue Jun 12 2018, 11:04 AM Z