套件 | 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, 03:47 PM Z