Pakket | mx.events |
Klasse | public final class InvalidateRequestData |
Overerving | InvalidateRequestData Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
data
property of a SWFBridgeRequest object when
used with the SWFBridgeRequest.INVALIDATE_REQUEST
request.
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DISPLAY_LIST : uint = 0x0001 [statisch]
Bit to indicate the request handler should invalidate
their display list. | InvalidateRequestData | ||
PROPERTIES : uint = 0x0002 [statisch]
Bit to indicate the request handler should invalidate
their properties. | InvalidateRequestData | ||
SIZE : uint = 0x0004 [statisch]
Bit to indicate the request handler should invalidate
their size. | InvalidateRequestData |
Constantedetails
DISPLAY_LIST | Constante |
public static const DISPLAY_LIST:uint = 0x0001
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their display list.
PROPERTIES | Constante |
public static const PROPERTIES:uint = 0x0002
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their properties.
SIZE | Constante |
public static const SIZE:uint = 0x0004
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their size.
Wed Jun 13 2018, 11:42 AM Z