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.vo 

ModelExtension  - AS3 Asset Composer

Packagecom.adobe.icc.vo
Classpublic class ModelExtension
InheritanceModelExtension Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

This class represents the Extensions information about the model, for eg. TextModel.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  customActions : IList
The customActionList property of the underlying value object.
ModelExtension
  type : String
The type property of the underlying value object.
ModelExtension
Public Methods
 MethodDefined By
  
Constructor
ModelExtension
 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

customActions

property
customActions:IList

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The customActionList property of the underlying value object. It is the collection of all the extensions configurations for a particular Domain Model type.



Implementation
    public function get customActions():IList
    public function set customActions(value:IList):void

type

property 
type:String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The type property of the underlying value object.



Implementation
    public function get type():String
    public function set type(value:String):void
Constructor Detail

ModelExtension

()Constructor
public function ModelExtension()

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor