包 | 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, 11:04 AM Z