パッケージ | com.adobe.icomm.assetplacement.model |
クラス | public class Attachment |
継承 | Attachment PackageElement Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
contentType : String [読み取り専用]
The MIME type of this attachment. | Attachment | ||
controller : String [読み取り専用]
Contains a reference to a controller element using an XML id. | Attachment | ||
description : String [読み取り専用]
A description of the attachment. | Attachment | ||
name : String [読み取り専用]
The name of the attachment. | Attachment | ||
namespace : String [読み取り専用]
The namespace for this element. | PackageElement | ||
source : String [読み取り専用]
The source URI location of this attachment. | Attachment | ||
xml : XML
The XML this object represents. | PackageElement |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | Attachment | ||
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 |
プロパティの詳細
contentType | プロパティ |
controller | プロパティ |
controller:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Contains a reference to a controller element using an XML id. The controller element represents a component, usually a UI component, that will be referencing this attachment at runtime.
実装
public function get controller():String
description | プロパティ |
name | プロパティ |
source | プロパティ |
コンストラクターの詳細
Attachment | () | コンストラクター |
public function Attachment()
言語バージョン: | 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