패키지 | spark.core |
클래스 | public final class NavigationUnit |
상속 | NavigationUnit Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | 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.
관련 API 요소
메서드 | 정의 주체 | ||
---|---|---|---|
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
[정적]
Returns true if the keyCode maps directly
to a NavigationUnit enum value. | NavigationUnit | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
상수 | 정의 주체 | ||
---|---|---|---|
DOWN : uint = 40 [정적]
Navigate one line or "step" downwards. | NavigationUnit | ||
END : uint = 35 [정적]
Navigate to the end of the document. | NavigationUnit | ||
HOME : uint = 36 [정적]
Navigate to the origin of the document. | NavigationUnit | ||
LEFT : uint = 37 [정적]
Navigate one line or "step" to the left. | NavigationUnit | ||
PAGE_DOWN : uint = 34 [정적]
Navigate one page downwards. | NavigationUnit | ||
PAGE_LEFT : uint = 0x2397 [정적]
Navigate one page to the left. | NavigationUnit | ||
PAGE_RIGHT : uint = 0x2398 [정적]
Navigate one page to the right. | NavigationUnit | ||
PAGE_UP : uint = 33 [정적]
Navigate one page upwards. | NavigationUnit | ||
RIGHT : uint = 39 [정적]
Navigate one line or "step" to the right. | NavigationUnit | ||
UP : uint = 38 [정적]
Navigate one line or "step" upwards. | NavigationUnit |
isNavigationUnit | () | 메서드 |
public static function isNavigationUnit(keyCode:uint):Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Returns true
if the keyCode
maps directly
to a NavigationUnit enum value.
매개 변수
keyCode:uint — A key code value.
|
Boolean — true if the keyCode maps directly
to a NavigationUnit enum value.
|
DOWN | 상수 |
public static const DOWN:uint = 40
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" downwards.
END | 상수 |
public static const END:uint = 35
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate to the end of the document.
HOME | 상수 |
public static const HOME:uint = 36
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate to the origin of the document.
LEFT | 상수 |
public static const LEFT:uint = 37
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the left.
PAGE_DOWN | 상수 |
public static const PAGE_DOWN:uint = 34
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate one page downwards.
PAGE_LEFT | 상수 |
public static const PAGE_LEFT:uint = 0x2397
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | 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 | 상수 |
public static const PAGE_RIGHT:uint = 0x2398
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | 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 | 상수 |
public static const PAGE_UP:uint = 33
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate one page upwards.
RIGHT | 상수 |
public static const RIGHT:uint = 39
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" to the right.
UP | 상수 |
public static const UP:uint = 38
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Navigate one line or "step" upwards.
Tue Jun 12 2018, 03:17 PM Z