Package | com.adobe.icc.vo |
Class | public class ModelExtension |
Inheritance | ModelExtension Object |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Extensions
information about the model, for eg. TextModel.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : 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
Method | Defined By | ||
---|---|---|---|
Constructor
| ModelExtension | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
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
Thu Dec 6 2018, 01:12 PM -08:00