Pakiet | spark.core |
Klasa | public final class NavigationUnit |
Dziedziczenie | NavigationUnit Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
getVerticalScrollPositionDelta()
and
getHorizontalScrollPositionDelta()
methods of the IViewport class.
All of these constants have the same values as their flash.ui.Keyboard counterparts, except PAGE_LEFT and PAGE_RIGHT, for which no keyboard key equivalents exist.
Powiązane elementy interfejsu API
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
[statyczny]
Returns true if the keyCode maps directly
to a NavigationUnit enum value. | NavigationUnit | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
DOWN : uint = 40 [statyczny]
Navigate one line or "step" downwards. | NavigationUnit | ||
END : uint = 35 [statyczny]
Navigate to the end of the document. | NavigationUnit | ||
HOME : uint = 36 [statyczny]
Navigate to the origin of the document. | NavigationUnit | ||
LEFT : uint = 37 [statyczny]
Navigate one line or "step" to the left. | NavigationUnit | ||
PAGE_DOWN : uint = 34 [statyczny]
Navigate one page downwards. | NavigationUnit | ||
PAGE_LEFT : uint = 0x2397 [statyczny]
Navigate one page to the left. | NavigationUnit | ||
PAGE_RIGHT : uint = 0x2398 [statyczny]
Navigate one page to the right. | NavigationUnit | ||
PAGE_UP : uint = 33 [statyczny]
Navigate one page upwards. | NavigationUnit | ||
RIGHT : uint = 39 [statyczny]
Navigate one line or "step" to the right. | NavigationUnit | ||
UP : uint = 38 [statyczny]
Navigate one line or "step" upwards. | NavigationUnit |
isNavigationUnit | () | metoda |
public static function isNavigationUnit(keyCode:uint):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Returns true
if the keyCode
maps directly
to a NavigationUnit enum value.
Parametry
keyCode:uint — A key code value.
|
Boolean — true if the keyCode maps directly
to a NavigationUnit enum value.
|
DOWN | Stała |
public static const DOWN:uint = 40
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" downwards.
END | Stała |
public static const END:uint = 35
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate to the end of the document.
HOME | Stała |
public static const HOME:uint = 36
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate to the origin of the document.
LEFT | Stała |
public static const LEFT:uint = 37
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the left.
PAGE_DOWN | Stała |
public static const PAGE_DOWN:uint = 34
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one page downwards.
PAGE_LEFT | Stała |
public static const PAGE_LEFT:uint = 0x2397
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one page to the left. The value of this constant, 0x2397, is the same as the Unicode "previous page" character.
PAGE_RIGHT | Stała |
public static const PAGE_RIGHT:uint = 0x2398
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one page to the right. The value of this constant, 0x2398, is the same as the Unicode "next page" character.
PAGE_UP | Stała |
public static const PAGE_UP:uint = 33
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one page upwards.
RIGHT | Stała |
public static const RIGHT:uint = 39
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the right.
UP | Stała |
public static const UP:uint = 38
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" upwards.
Tue Jun 12 2018, 12:06 PM Z