패키지 | 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, 03:17 PM Z