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

Controller  - AS3 Asset Placement

Packagecom.adobe.icomm.assetplacement.model
Classpublic class Controller
InheritanceController Inheritance PackageElement Inheritance Object

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

This class represents a generic "controller" which is a child of the <controllers> element in the package definition. The <controllers> entries in the package definition all ultimately map to Flex AssetPlacement components at runtime. The matching is done through the id attribute in the <controllers> entry and the id attribute of the Flex component. The controllers in the package definition are all strongly typed; this class is merely an abstraction that allows us to access a "controller" object generically.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  id : String
[read-only] The id of this controller.
Controller
  name : String
[read-only] The element name for this element.
Controller
 Inheritednamespace : String
[read-only] The namespace for this element.
PackageElement
 Inheritedxml : XML
The XML this object represents.
PackageElement
Public Methods
 MethodDefined By
  
Constructor.
Controller
 Inherited
Retrieve an attribute of this element.
PackageElement
 Inherited
Retrieve a child value of this element.
PackageElement
 Inherited
Retrieve an attribute of this element's parent.
PackageElement
 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

id

property
id:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

The id of this controller. This should cross-reference with both an MXML id in the asset placement project and a controller id in the <assets> section of the package.xml.



Implementation
    public function get id():String

name

property 
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

The element name for this element.



Implementation
    public function get name():String
Constructor Detail

Controller

()Constructor
public function Controller()

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

Constructor.