| Paket | spark.core |
| Klass | public final class NavigationUnit |
| Arv | NavigationUnit Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | 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.
Relaterade API-element
| Metod | Definieras med | ||
|---|---|---|---|
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
[statisk]
Returns true if the keyCode maps directly
to a NavigationUnit enum value. | NavigationUnit | ||
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
| Konstant | Definieras med | ||
|---|---|---|---|
| DOWN : uint = 40 [statisk]
Navigate one line or "step" downwards. | NavigationUnit | ||
| END : uint = 35 [statisk]
Navigate to the end of the document. | NavigationUnit | ||
| HOME : uint = 36 [statisk]
Navigate to the origin of the document. | NavigationUnit | ||
| LEFT : uint = 37 [statisk]
Navigate one line or "step" to the left. | NavigationUnit | ||
| PAGE_DOWN : uint = 34 [statisk]
Navigate one page downwards. | NavigationUnit | ||
| PAGE_LEFT : uint = 0x2397 [statisk]
Navigate one page to the left. | NavigationUnit | ||
| PAGE_RIGHT : uint = 0x2398 [statisk]
Navigate one page to the right. | NavigationUnit | ||
| PAGE_UP : uint = 33 [statisk]
Navigate one page upwards. | NavigationUnit | ||
| RIGHT : uint = 39 [statisk]
Navigate one line or "step" to the right. | NavigationUnit | ||
| UP : uint = 38 [statisk]
Navigate one line or "step" upwards. | NavigationUnit | ||
isNavigationUnit | () | metod |
public static function isNavigationUnit(keyCode:uint):Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Returns true if the keyCode maps directly
to a NavigationUnit enum value.
Parametrar
keyCode:uint — A key code value.
|
Boolean — true if the keyCode maps directly
to a NavigationUnit enum value.
|
DOWN | Konstant |
public static const DOWN:uint = 40| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" downwards.
END | Konstant |
public static const END:uint = 35| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate to the end of the document.
HOME | Konstant |
public static const HOME:uint = 36| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate to the origin of the document.
LEFT | Konstant |
public static const LEFT:uint = 37| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the left.
PAGE_DOWN | Konstant |
public static const PAGE_DOWN:uint = 34| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate one page downwards.
PAGE_LEFT | Konstant |
public static const PAGE_LEFT:uint = 0x2397| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const PAGE_RIGHT:uint = 0x2398| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const PAGE_UP:uint = 33| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate one page upwards.
RIGHT | Konstant |
public static const RIGHT:uint = 39| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the right.
UP | Konstant |
public static const UP:uint = 38| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" upwards.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper