パッケージ | com.adobe.mosaic.om.events |
クラス | public class DisplayEvent |
継承 | DisplayEvent BaseEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
DisplayEvent
class defines a transient notification of revealed nodes.
DisplayEvent
objects are not retained or stored after all their listeners have been processed.
DisplayEvent
objects are used to communicate information and do not need to be
persisted or referenced.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
message : String [読み取り専用]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [静的] [読み取り専用]
The namespace for messages of this type. | DisplayEvent | ||
node : IMosaicNode
An IMosaicNode object that was is revealed or hidden. | DisplayEvent | ||
object : * [読み取り専用]
Returns the node that was added. | BaseEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | DisplayEvent | ||
Event サブクラスのインスタンスを複製します。 | Event | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
DISPLAY_EVENT_HIDDEN : String = "displayEventHidden" [静的]
The message type sent when the navigation state of the an application is changed. | DisplayEvent | ||
DISPLAY_EVENT_REVEALED : String = "displayEventRevealed" [静的]
The message type sent when the navigation state of the an application is changed. | DisplayEvent |
プロパティの詳細
NAMESPACE | プロパティ |
node | プロパティ |
node:IMosaicNode
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
An IMosaicNode
object that was is revealed or hidden.
実装
public function get node():IMosaicNode
public function set node(value:IMosaicNode):void
関連する API エレメント
コンストラクターの詳細
DisplayEvent | () | コンストラクター |
public function DisplayEvent(type:String, node:*)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor.
パラメーターtype:String — Specifies the event type.
| |
node:* — Specifies the event node of any type.
|
定数の詳細
DISPLAY_EVENT_HIDDEN | 定数 |
public static const DISPLAY_EVENT_HIDDEN:String = "displayEventHidden"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The message type sent when the navigation state of the an application is changed. This can occur through user interaction or API calls.
DISPLAY_EVENT_REVEALED | 定数 |
public static const DISPLAY_EVENT_REVEALED:String = "displayEventRevealed"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The message type sent when the navigation state of the an application is changed. This can occur through user interaction or API calls.
Tue Jun 12 2018, 10:34 AM Z