Pacchetto | spark.core |
Classe | public final class NavigationUnit |
Ereditarietà | NavigationUnit Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | 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.
Elementi API correlati
Metodo | Definito da | ||
---|---|---|---|
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
[statico]
Returns true if the keyCode maps directly
to a NavigationUnit enum value. | NavigationUnit | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
DOWN : uint = 40 [statico]
Navigate one line or "step" downwards. | NavigationUnit | ||
END : uint = 35 [statico]
Navigate to the end of the document. | NavigationUnit | ||
HOME : uint = 36 [statico]
Navigate to the origin of the document. | NavigationUnit | ||
LEFT : uint = 37 [statico]
Navigate one line or "step" to the left. | NavigationUnit | ||
PAGE_DOWN : uint = 34 [statico]
Navigate one page downwards. | NavigationUnit | ||
PAGE_LEFT : uint = 0x2397 [statico]
Navigate one page to the left. | NavigationUnit | ||
PAGE_RIGHT : uint = 0x2398 [statico]
Navigate one page to the right. | NavigationUnit | ||
PAGE_UP : uint = 33 [statico]
Navigate one page upwards. | NavigationUnit | ||
RIGHT : uint = 39 [statico]
Navigate one line or "step" to the right. | NavigationUnit | ||
UP : uint = 38 [statico]
Navigate one line or "step" upwards. | NavigationUnit |
isNavigationUnit | () | metodo |
public static function isNavigationUnit(keyCode:uint):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns true
if the keyCode
maps directly
to a NavigationUnit enum value.
Parametri
keyCode:uint — A key code value.
|
Boolean — true if the keyCode maps directly
to a NavigationUnit enum value.
|
DOWN | Costante |
public static const DOWN:uint = 40
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" downwards.
END | Costante |
public static const END:uint = 35
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate to the end of the document.
HOME | Costante |
public static const HOME:uint = 36
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate to the origin of the document.
LEFT | Costante |
public static const LEFT:uint = 37
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the left.
PAGE_DOWN | Costante |
public static const PAGE_DOWN:uint = 34
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate one page downwards.
PAGE_LEFT | Costante |
public static const PAGE_LEFT:uint = 0x2397
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | 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 | Costante |
public static const PAGE_RIGHT:uint = 0x2398
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | 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 | Costante |
public static const PAGE_UP:uint = 33
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate one page upwards.
RIGHT | Costante |
public static const RIGHT:uint = 39
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the right.
UP | Costante |
public static const UP:uint = 38
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" upwards.
Tue Jun 12 2018, 02:44 PM Z