パッケージ | com.adobe.mosaic.om.events |
クラス | public class RestoreTileEvent |
継承 | RestoreTileEvent BaseEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
RestoreTileEvent
class defines a transient notification of restoring a Tile.
RestoreTileEvent
objects are not retained or stored after all their listeners have been processed.
RestoreTileEvent
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. | RestoreTileEvent | ||
object : * [読み取り専用]
Returns the node that was added. | BaseEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
tileNode : com.adobe.mosaic.om.interfaces:ITile [読み取り専用]
Returns the node that was restored. | RestoreTileEvent | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
FAILURE : String = "restoreTileEventFailure" [静的]
The message type sent when a tile restore fails. | RestoreTileEvent | ||
SUCCESS : String = "restoreTileEventSuccess" [静的]
The message type sent when a tile is restored. | RestoreTileEvent |
プロパティの詳細
NAMESPACE | プロパティ |
tileNode | プロパティ |
tileNode:com.adobe.mosaic.om.interfaces:ITile
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the node that was restored.
実装
public function get tileNode():com.adobe.mosaic.om.interfaces:ITile
定数の詳細
FAILURE | 定数 |
public static const FAILURE:String = "restoreTileEventFailure"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile restore fails. This can occur through user interaction.
SUCCESS | 定数 |
public static const SUCCESS:String = "restoreTileEventSuccess"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile is restored. This can occur through user interaction.
Tue Jun 12 2018, 10:34 AM Z