(Beta)
Package | com.adobe.icomm.assetplacement.model |
Class | public class Controller |
Inheritance | Controller PackageElement 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 |
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
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
namespace : String [read-only]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | Controller | ||
Retrieve an attribute of this element. | PackageElement | ||
Retrieve a child value of this element. | PackageElement | ||
Retrieve an attribute of this element's parent. | PackageElement | ||
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
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 |
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.
Wed Nov 21 2018, 06:34 AM -08:00