Pacote | mx.events |
Classe | public final class InvalidateRequestData |
Herança | InvalidateRequestData Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
data
property of a SWFBridgeRequest object when
used with the SWFBridgeRequest.INVALIDATE_REQUEST
request.
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DISPLAY_LIST : uint = 0x0001 [estático]
Bit to indicate the request handler should invalidate
their display list. | InvalidateRequestData | ||
PROPERTIES : uint = 0x0002 [estático]
Bit to indicate the request handler should invalidate
their properties. | InvalidateRequestData | ||
SIZE : uint = 0x0004 [estático]
Bit to indicate the request handler should invalidate
their size. | InvalidateRequestData |
Detalhes da constante
DISPLAY_LIST | Constante |
public static const DISPLAY_LIST:uint = 0x0001
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their properties.
SIZE | Constante |
public static const SIZE:uint = 0x0004
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Bit to indicate the request handler should invalidate their size.
Wed Jun 13 2018, 11:10 AM Z