ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.dc.domain 

LetterInstanceBuilder  - AS3 Asset Composer

Packagecom.adobe.icc.dc.domain
Classpublic class LetterInstanceBuilder
InheritanceLetterInstanceBuilder Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

This class represents the generic class to create instance of letter based on set of parameters provided as input.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  dataDictionaryUtilService : DataDictionaryUtilService
Instance of DataDictionaryUtilService.
LetterInstanceBuilder
Public Methods
 MethodDefined By
  
Constructor.
LetterInstanceBuilder
  
TODO: allowInactiveLetterReload handling Note: ResultEvent.result would contain object with following properties: 1.
LetterInstanceBuilder
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

dataDictionaryUtilService

property
public var dataDictionaryUtilService:DataDictionaryUtilService

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

Instance of DataDictionaryUtilService.

The default value is DCTServiceProvider.getUtilService().

Constructor Detail

LetterInstanceBuilder

()Constructor
public function LetterInstanceBuilder()

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

Constructor.

Method Detail

build

()method
public function build():com.adobe.icc.token:IAsyncToken

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

TODO: allowInactiveLetterReload handling Note: ResultEvent.result would contain object with following properties: 1. letterInstance of type LetterInstance 2. initialXmlData of type XML 3. dataDictionaryInstance of type DataDictionaryInstanceModel

Returns
com.adobe.icc.token:IAsyncToken