パッケージ | com.adobe.icomm.assetplacement.model |
クラス | public class Controller |
継承 | Controller PackageElement Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | 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.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
id : String [読み取り専用]
The id of this controller. | Controller | ||
name : String [読み取り専用]
The element name for this element. | Controller | ||
namespace : String [読み取り専用]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
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 | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
id | プロパティ |
id:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | 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.
実装
public function get id():String
name | プロパティ |
コンストラクターの詳細
Controller | () | コンストラクター |
public function Controller()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 10:34 AM Z