Paket | com.adobe.mosaic.om.events |
Sınıf | public class RestoreTileEvent |
Miras Alma | RestoreTileEvent BaseEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
message : String [salt okunur]
Returns a message string. | BaseEvent | ||
NAMESPACE : String [statik] [salt okunur]
The namespace for messages of this type. | RestoreTileEvent | ||
object : * [salt okunur]
Returns the node that was added. | BaseEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
tileNode : com.adobe.mosaic.om.interfaces:ITile [salt okunur]
Returns the node that was restored. | RestoreTileEvent | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
FAILURE : String = "restoreTileEventFailure" [statik]
The message type sent when a tile restore fails. | RestoreTileEvent | ||
SUCCESS : String = "restoreTileEventSuccess" [statik]
The message type sent when a tile is restored. | RestoreTileEvent |
Özellik Ayrıntısı
NAMESPACE | özellik |
NAMESPACE:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The namespace for messages of this type.
Uygulama
public static function get NAMESPACE():String
tileNode | özellik |
tileNode:com.adobe.mosaic.om.interfaces:ITile
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Returns the node that was restored.
Uygulama
public function get tileNode():com.adobe.mosaic.om.interfaces:ITile
Sabit Ayrıntısı
FAILURE | Sabit |
public static const FAILURE:String = "restoreTileEventFailure"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The message type sent when a tile restore fails. This can occur through user interaction.
SUCCESS | Sabit |
public static const SUCCESS:String = "restoreTileEventSuccess"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z