パッケージ | ga.model |
クラス | public class Page |
継承 | Page LeafNode EventDispatcher Object |
実装 | IPanel |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Page
class represents a single physical instance of a Panel.
A panel can contain multiple pages (repeating pages)
The initialization sequence is of critical importance for a Page: Constructor: listens to the creation complete event GetInitialFields Creation complete: GetRemainingFields
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
Returns a fully qualified data reference for the current page's instance. | Page | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
resetLayout to initial state, called when about to move the layout to a new container
| Page | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
メソッドの詳細
getQualifiedDataRef | () | メソッド |
public function getQualifiedDataRef():String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns a fully qualified data reference for the current page's instance.
戻り値String — the qualified data reference of this page.
|
resetLayout | () | メソッド |
public function resetLayout():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
resetLayout to initial state, called when about to move the layout to a new container
Tue Jun 12 2018, 10:34 AM Z