Pakiet | com.adobe.mosaic.om.events |
Klasa | public class RestoreTileEvent |
Dziedziczenie | RestoreTileEvent BaseEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
message : String [tylko do odczytu]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [statyczny] [tylko do odczytu]
The namespace for messages of this type. | RestoreTileEvent | ||
object : * [tylko do odczytu]
Returns the node that was added. | BaseEvent | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
tileNode : com.adobe.mosaic.om.interfaces:ITile [tylko do odczytu]
Returns the node that was restored. | RestoreTileEvent | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
FAILURE : String = "restoreTileEventFailure" [statyczny]
The message type sent when a tile restore fails. | RestoreTileEvent | ||
SUCCESS : String = "restoreTileEventSuccess" [statyczny]
The message type sent when a tile is restored. | RestoreTileEvent |
Szczegół właściwości
NAMESPACE | właściwość |
NAMESPACE:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The namespace for messages of this type.
Implementacja
public static function get NAMESPACE():String
tileNode | właściwość |
tileNode:com.adobe.mosaic.om.interfaces:ITile
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the node that was restored.
Implementacja
public function get tileNode():com.adobe.mosaic.om.interfaces:ITile
Szczegół stałej
FAILURE | Stała |
public static const FAILURE:String = "restoreTileEventFailure"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile restore fails. This can occur through user interaction.
SUCCESS | Stała |
public static const SUCCESS:String = "restoreTileEventSuccess"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z