Pacote | spark.core |
Classe | public final class NavigationUnit |
Herança | NavigationUnit Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de 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.
Elementos da API relacionados
Método | Definido por | ||
---|---|---|---|
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
[estático]
Returns true if the keyCode maps directly
to a NavigationUnit enum value. | NavigationUnit | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
DOWN : uint = 40 [estático]
Navigate one line or "step" downwards. | NavigationUnit | ||
END : uint = 35 [estático]
Navigate to the end of the document. | NavigationUnit | ||
HOME : uint = 36 [estático]
Navigate to the origin of the document. | NavigationUnit | ||
LEFT : uint = 37 [estático]
Navigate one line or "step" to the left. | NavigationUnit | ||
PAGE_DOWN : uint = 34 [estático]
Navigate one page downwards. | NavigationUnit | ||
PAGE_LEFT : uint = 0x2397 [estático]
Navigate one page to the left. | NavigationUnit | ||
PAGE_RIGHT : uint = 0x2398 [estático]
Navigate one page to the right. | NavigationUnit | ||
PAGE_UP : uint = 33 [estático]
Navigate one page upwards. | NavigationUnit | ||
RIGHT : uint = 39 [estático]
Navigate one line or "step" to the right. | NavigationUnit | ||
UP : uint = 38 [estático]
Navigate one line or "step" upwards. | NavigationUnit |
isNavigationUnit | () | método |
public static function isNavigationUnit(keyCode:uint):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Returns true
if the keyCode
maps directly
to a NavigationUnit enum value.
Parâmetros
keyCode:uint — A key code value.
|
Boolean — true if the keyCode maps directly
to a NavigationUnit enum value.
|
DOWN | Constante |
public static const DOWN:uint = 40
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" downwards.
END | Constante |
public static const END:uint = 35
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate to the end of the document.
HOME | Constante |
public static const HOME:uint = 36
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate to the origin of the document.
LEFT | Constante |
public static const LEFT:uint = 37
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the left.
PAGE_DOWN | Constante |
public static const PAGE_DOWN:uint = 34
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate one page downwards.
PAGE_LEFT | Constante |
public static const PAGE_LEFT:uint = 0x2397
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de 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 | Constante |
public static const PAGE_RIGHT:uint = 0x2398
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de 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 | Constante |
public static const PAGE_UP:uint = 33
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate one page upwards.
RIGHT | Constante |
public static const RIGHT:uint = 39
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the right.
UP | Constante |
public static const UP:uint = 38
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" upwards.
Wed Jun 13 2018, 11:10 AM Z