Pakiet | mx.managers |
Klasa | public final class CursorManagerPriority |
Dziedziczenie | CursorManagerPriority Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
priority
argument to the
CursorManager.setCursor()
method.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
HIGH : int = 1 [statyczny]
Constant that specifies the highest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
LOW : int = 3 [statyczny]
Constant that specifies the lowest cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority | ||
MEDIUM : int = 2 [statyczny]
Constant that specifies a medium cursor priority when passed
as the priority argument to setCursor(). | CursorManagerPriority |
Szczegół stałej
HIGH | Stała |
public static const HIGH:int = 1
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constant that specifies the highest cursor priority when passed
as the priority
argument to setCursor()
.
LOW | Stała |
public static const LOW:int = 3
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constant that specifies the lowest cursor priority when passed
as the priority
argument to setCursor()
.
MEDIUM | Stała |
public static const MEDIUM:int = 2
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constant that specifies a medium cursor priority when passed
as the priority
argument to setCursor()
.
Tue Jun 12 2018, 12:06 PM Z