패키지 | mx.events |
클래스 | public final class InvalidateRequestData |
상속 | InvalidateRequestData Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
data
property of a SWFBridgeRequest object when
used with the SWFBridgeRequest.INVALIDATE_REQUEST
request.
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
DISPLAY_LIST : uint = 0x0001 [정적]
Bit to indicate the request handler should invalidate
their display list. | InvalidateRequestData | ||
PROPERTIES : uint = 0x0002 [정적]
Bit to indicate the request handler should invalidate
their properties. | InvalidateRequestData | ||
SIZE : uint = 0x0004 [정적]
Bit to indicate the request handler should invalidate
their size. | InvalidateRequestData |
상수 세부 정보
DISPLAY_LIST | 상수 |
public static const DISPLAY_LIST:uint = 0x0001
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their display list.
PROPERTIES | 상수 |
public static const PROPERTIES:uint = 0x0002
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their properties.
SIZE | 상수 |
public static const SIZE:uint = 0x0004
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their size.
Tue Jun 12 2018, 03:17 PM Z