パッケージ | com.adobe.dct.model |
クラス | public class Model |
継承 | Model EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
dataDictionary : DataDictionary
The singleton instance of data dictionary. | Model | ||
instance : Model [静的] [読み取り専用]
Get the singleton instance. | Model | ||
staticEventDispatcher : IEventDispatcher [静的] [読み取り専用] | Model |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Model()
Constructor. | Model | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
プロパティの詳細
dataDictionary | プロパティ |
dataDictionary:DataDictionary
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The singleton instance of data dictionary.
実装
public function get dataDictionary():DataDictionary
public function set dataDictionary(value:DataDictionary):void
instance | プロパティ |
staticEventDispatcher | プロパティ |
staticEventDispatcher:IEventDispatcher
[読み取り専用] 実装
public static function get staticEventDispatcher():IEventDispatcher
コンストラクターの詳細
Model | () | コンストラクター |
public function Model()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 10:34 AM Z