パッケージ | com.adobe.mosaic.layouts |
クラス | public class LayoutEvent |
継承 | LayoutEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor
| LayoutEvent | ||
Event サブクラスのインスタンスを複製します。 | Event | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
MAXIMIZE : String = "maximize" [静的]
The element is requesting to be maximized in the layout. | LayoutEvent | ||
MAXIMIZE_RESTORE : String = "maximizeRestore" [静的]
The element is requesting to be restored from being maximized. | LayoutEvent | ||
MINIMIZE : String = "minimize" [静的]
The element is requesting to be minimized. | LayoutEvent | ||
MINIMIZE_RESTORE : String = "minimizeRestore" [静的]
The element is requesting to be restored from being minimized. | LayoutEvent |
コンストラクターの詳細
LayoutEvent | () | コンストラクター |
public function LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor
パラメーターtype:String — The event type (see constants above).
| |
bubbles:Boolean (default = false ) — If true, the event will trickle up the display list looking for a handler.
| |
cancelable:Boolean (default = false ) — If true, the event may be cancelled by an event handler.
|
定数の詳細
MAXIMIZE | 定数 |
public static const MAXIMIZE:String = "maximize"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The element is requesting to be maximized in the layout.
MAXIMIZE_RESTORE | 定数 |
public static const MAXIMIZE_RESTORE:String = "maximizeRestore"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The element is requesting to be restored from being maximized.
MINIMIZE | 定数 |
public static const MINIMIZE:String = "minimize"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The element is requesting to be minimized.
MINIMIZE_RESTORE | 定数 |
public static const MINIMIZE_RESTORE:String = "minimizeRestore"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The element is requesting to be restored from being minimized.
Tue Jun 12 2018, 10:34 AM Z