Pacchetto | com.adobe.mosaic.om.events |
Classe | public class RestoreTileEvent |
Ereditarietà | RestoreTileEvent BaseEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
message : String [sola lettura]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [statico] [sola lettura]
The namespace for messages of this type. | RestoreTileEvent | ||
object : * [sola lettura]
Returns the node that was added. | BaseEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
tileNode : com.adobe.mosaic.om.interfaces:ITile [sola lettura]
Returns the node that was restored. | RestoreTileEvent | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
FAILURE : String = "restoreTileEventFailure" [statico]
The message type sent when a tile restore fails. | RestoreTileEvent | ||
SUCCESS : String = "restoreTileEventSuccess" [statico]
The message type sent when a tile is restored. | RestoreTileEvent |
Descrizione delle proprietà
NAMESPACE | proprietà |
NAMESPACE:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The namespace for messages of this type.
Implementazione
public static function get NAMESPACE():String
tileNode | proprietà |
tileNode:com.adobe.mosaic.om.interfaces:ITile
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the node that was restored.
Implementazione
public function get tileNode():com.adobe.mosaic.om.interfaces:ITile
Descrizione delle costanti
FAILURE | Costante |
public static const FAILURE:String = "restoreTileEventFailure"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile restore fails. This can occur through user interaction.
SUCCESS | Costante |
public static const SUCCESS:String = "restoreTileEventSuccess"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | 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, 02:44 PM Z