Pakiet | mx.events |
Klasa | public final class InvalidateRequestData |
Dziedziczenie | InvalidateRequestData Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
data
property of a SWFBridgeRequest object when
used with the SWFBridgeRequest.INVALIDATE_REQUEST
request.
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
DISPLAY_LIST : uint = 0x0001 [statyczny]
Bit to indicate the request handler should invalidate
their display list. | InvalidateRequestData | ||
PROPERTIES : uint = 0x0002 [statyczny]
Bit to indicate the request handler should invalidate
their properties. | InvalidateRequestData | ||
SIZE : uint = 0x0004 [statyczny]
Bit to indicate the request handler should invalidate
their size. | InvalidateRequestData |
Szczegół stałej
DISPLAY_LIST | Stała |
public static const DISPLAY_LIST:uint = 0x0001
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their display list.
PROPERTIES | Stała |
public static const PROPERTIES:uint = 0x0002
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their properties.
SIZE | Stała |
public static const SIZE:uint = 0x0004
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their size.
Tue Jun 12 2018, 12:06 PM Z