Naslaggids voor Adobe ActionScript® 3.0 voor het Adobe® Flash®-platform
Startpagina  |  Lijst met pakketten en klassen verbergen |  Pakketten  |  Klassen  |  Nieuw  |  Index  |  Bijlagen  |  Waarom in het Engels?
Filters: Gegevens ophalen van server...
Gegevens ophalen van server...
spark.core 

NavigationUnit  - AS3 Flex

Pakketspark.core
Klassepublic final class NavigationUnit
OverervingNavigationUnit Inheritance Object

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

The NavigationUnit class defines the possible values for the 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.

Verwante API-elementen



Openbare eigenschappen
 EigenschapGedefinieerd door
 Inheritedconstructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie.
Object
Openbare methoden
 MethodeGedefinieerd door
 Inherited
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd.
Object
  
[statisch] Returns true if the keyCode maps directly to a NavigationUnit enum value.
NavigationUnit
 Inherited
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven.
Object
 Inherited
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd.
Object
 Inherited
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in.
Object
 Inherited
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies.
Object
 Inherited
Retourneert een tekenreeksrepresentatie van het opgegeven object.
Object
 Inherited
Retourneert de primitieve waarde van het opgegeven object.
Object
Openbare constanten
 ConstanteGedefinieerd door
  DOWN : uint = 40
[statisch] Navigate one line or "step" downwards.
NavigationUnit
  END : uint = 35
[statisch] Navigate to the end of the document.
NavigationUnit
  HOME : uint = 36
[statisch] Navigate to the origin of the document.
NavigationUnit
  LEFT : uint = 37
[statisch] Navigate one line or "step" to the left.
NavigationUnit
  PAGE_DOWN : uint = 34
[statisch] Navigate one page downwards.
NavigationUnit
  PAGE_LEFT : uint = 0x2397
[statisch] Navigate one page to the left.
NavigationUnit
  PAGE_RIGHT : uint = 0x2398
[statisch] Navigate one page to the right.
NavigationUnit
  PAGE_UP : uint = 33
[statisch] Navigate one page upwards.
NavigationUnit
  RIGHT : uint = 39
[statisch] Navigate one line or "step" to the right.
NavigationUnit
  UP : uint = 38
[statisch] Navigate one line or "step" upwards.
NavigationUnit
Methodedetails

isNavigationUnit

()methode
public static function isNavigationUnit(keyCode:uint):Boolean

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Returns true if the keyCode maps directly to a NavigationUnit enum value.

Parameters

keyCode:uint — A key code value.

Geretourneerde waarde
Booleantrue if the keyCode maps directly to a NavigationUnit enum value.
Constantedetails

DOWN

Constante
public static const DOWN:uint = 40

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate one line or "step" downwards.

END

Constante 
public static const END:uint = 35

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate to the end of the document.

HOME

Constante 
public static const HOME:uint = 36

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate to the origin of the document.

LEFT

Constante 
public static const LEFT:uint = 37

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate one line or "step" to the left.

PAGE_DOWN

Constante 
public static const PAGE_DOWN:uint = 34

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate one page downwards.

PAGE_LEFT

Constante 
public static const PAGE_LEFT:uint = 0x2397

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: 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

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: 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

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate one page upwards.

RIGHT

Constante 
public static const RIGHT:uint = 39

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate one line or "step" to the right.

UP

Constante 
public static const UP:uint = 38

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Navigate one line or "step" upwards.





[ X ]Waarom in het Engels?
Sommige inhoud van de Naslaggids voor ActionScript 3.0 staat in het Engels

Niet alle onderdelen van de Naslaggids voor ActionScript 3.0 zijn in alle talen vertaald. Wanneer een taalelement niet is vertaald, wordt het in het Engels weergegeven. Zo is de klasse ga.controls.HelpBox niet in elke taal vertaald. In de Nederlandse versie van de naslaggids wordt de klasse ga.controls.HelpBox bijvoorbeeld in het Engels weergegeven.