Pacchetto | mx.events |
Classe | public final class InvalidateRequestData |
Ereditarietà | InvalidateRequestData Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
data
property of a SWFBridgeRequest object when
used with the SWFBridgeRequest.INVALIDATE_REQUEST
request.
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
DISPLAY_LIST : uint = 0x0001 [statico]
Bit to indicate the request handler should invalidate
their display list. | InvalidateRequestData | ||
PROPERTIES : uint = 0x0002 [statico]
Bit to indicate the request handler should invalidate
their properties. | InvalidateRequestData | ||
SIZE : uint = 0x0004 [statico]
Bit to indicate the request handler should invalidate
their size. | InvalidateRequestData |
Descrizione delle costanti
DISPLAY_LIST | Costante |
public static const DISPLAY_LIST:uint = 0x0001
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their display list.
PROPERTIES | Costante |
public static const PROPERTIES:uint = 0x0002
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their properties.
SIZE | Costante |
public static const SIZE:uint = 0x0004
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their size.
Tue Jun 12 2018, 02:44 PM Z