Package | com.adobe.mosaic.om.events |
Class | public class RestoreTileEvent |
Inheritance | RestoreTileEvent BaseEvent Event Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | 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.
Public Properties
Property | Defined By | ||
---|---|---|---|
bubbles : Boolean [read-only]
Indicates whether an event is a bubbling event. | Event | ||
cancelable : Boolean [read-only]
Indicates whether the behavior associated with the event can be prevented. | Event | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentTarget : Object [read-only]
The object that is actively processing the Event object with an event listener. | Event | ||
eventPhase : uint [read-only]
The current phase in the event flow. | Event | ||
message : String [read-only]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [static] [read-only]
The namespace for messages of this type. | RestoreTileEvent | ||
object : * [read-only]
Returns the node that was added. | BaseEvent | ||
target : Object [read-only]
The event target. | Event | ||
tileNode : com.adobe.mosaic.om.interfaces:ITile [read-only]
Returns the node that was restored. | RestoreTileEvent | ||
type : String [read-only]
The type of event. | Event |
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
FAILURE : String = "restoreTileEventFailure" [static]
The message type sent when a tile restore fails. | RestoreTileEvent | ||
SUCCESS : String = "restoreTileEventSuccess" [static]
The message type sent when a tile is restored. | RestoreTileEvent |
Property Detail
NAMESPACE | property |
NAMESPACE:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The namespace for messages of this type.
Implementation
public static function get NAMESPACE():String
tileNode | property |
tileNode:com.adobe.mosaic.om.interfaces:ITile
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Returns the node that was restored.
Implementation
public function get tileNode():com.adobe.mosaic.om.interfaces:ITile
Constant Detail
FAILURE | Constant |
public static const FAILURE:String = "restoreTileEventFailure"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile restore fails. This can occur through user interaction.
SUCCESS | Constant |
public static const SUCCESS:String = "restoreTileEventSuccess"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile is restored. This can occur through user interaction.
Thu Dec 6 2018, 01:12 PM -08:00