Pacote | mx.managers |
Classe | public final class CursorManagerPriority |
Herança | CursorManagerPriority Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
priority
argument to the
CursorManager.setCursor()
method.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
HIGH : int = 1 [estático]
Constant that specifies the highest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
LOW : int = 3 [estático]
Constant that specifies the lowest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
MEDIUM : int = 2 [estático]
Constant that specifies a medium cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority |
Detalhes da constante
HIGH | Constante |
public static const HIGH:int = 1
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constant that specifies the highest cursor priority when passed
as the priority
argument to setCursor()
.
LOW | Constante |
public static const LOW:int = 3
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constant that specifies the lowest cursor priority when passed
as the priority
argument to setCursor()
.
MEDIUM | Constante |
public static const MEDIUM:int = 2
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constant that specifies a medium cursor priority when passed
as the priority
argument to setCursor()
.
Wed Jun 13 2018, 11:10 AM Z