Paket | spark.core |
Sınıf | public final class NavigationUnit |
Miras Alma | NavigationUnit Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
Yöntem | Tanımlayan: | ||
---|---|---|---|
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
[statik]
Returns true if the keyCode maps directly
to a NavigationUnit enum value. | NavigationUnit | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
DOWN : uint = 40 [statik]
Navigate one line or "step" downwards. | NavigationUnit | ||
END : uint = 35 [statik]
Navigate to the end of the document. | NavigationUnit | ||
HOME : uint = 36 [statik]
Navigate to the origin of the document. | NavigationUnit | ||
LEFT : uint = 37 [statik]
Navigate one line or "step" to the left. | NavigationUnit | ||
PAGE_DOWN : uint = 34 [statik]
Navigate one page downwards. | NavigationUnit | ||
PAGE_LEFT : uint = 0x2397 [statik]
Navigate one page to the left. | NavigationUnit | ||
PAGE_RIGHT : uint = 0x2398 [statik]
Navigate one page to the right. | NavigationUnit | ||
PAGE_UP : uint = 33 [statik]
Navigate one page upwards. | NavigationUnit | ||
RIGHT : uint = 39 [statik]
Navigate one line or "step" to the right. | NavigationUnit | ||
UP : uint = 38 [statik]
Navigate one line or "step" upwards. | NavigationUnit |
isNavigationUnit | () | yöntem |
public static function isNavigationUnit(keyCode:uint):Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns true
if the keyCode
maps directly
to a NavigationUnit enum value.
Parametreler
keyCode:uint — A key code value.
|
Boolean — true if the keyCode maps directly
to a NavigationUnit enum value.
|
DOWN | Sabit |
public static const DOWN:uint = 40
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" downwards.
END | Sabit |
public static const END:uint = 35
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate to the end of the document.
HOME | Sabit |
public static const HOME:uint = 36
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate to the origin of the document.
LEFT | Sabit |
public static const LEFT:uint = 37
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the left.
PAGE_DOWN | Sabit |
public static const PAGE_DOWN:uint = 34
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate one page downwards.
PAGE_LEFT | Sabit |
public static const PAGE_LEFT:uint = 0x2397
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const PAGE_RIGHT:uint = 0x2398
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const PAGE_UP:uint = 33
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate one page upwards.
RIGHT | Sabit |
public static const RIGHT:uint = 39
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the right.
UP | Sabit |
public static const UP:uint = 38
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" upwards.
Tue Jun 12 2018, 01:09 PM Z