套件 | 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:47 PM Z