패키지 | mx.events |
클래스 | public final class ScrollEventDetail |
상속 | ScrollEventDetail Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
detail
property
of a ScrollEvent.
관련 API 요소
상수 | 정의 주체 | ||
---|---|---|---|
AT_BOTTOM : String = "atBottom" [정적]
Indicates that the scroll bar is at the bottom of its scrolling range. | ScrollEventDetail | ||
AT_LEFT : String = "atLeft" [정적]
Indicates that the scroll bar is at the left of its scrolling range. | ScrollEventDetail | ||
AT_RIGHT : String = "atRight" [정적]
Indicates that the scroll bar is at the right of its scrolling range. | ScrollEventDetail | ||
AT_TOP : String = "atTop" [정적]
Indicates that the scroll bar is at the top of its scrolling range. | ScrollEventDetail | ||
LINE_DOWN : String = "lineDown" [정적]
Indicates that the scroll bar has moved down by one line. | ScrollEventDetail | ||
LINE_LEFT : String = "lineLeft" [정적]
Indicates that the scroll bar has moved left by one line. | ScrollEventDetail | ||
LINE_RIGHT : String = "lineRight" [정적]
Indicates that the scroll bar has moved right by one line. | ScrollEventDetail | ||
LINE_UP : String = "lineUp" [정적]
Indicates that the scroll bar has moved up by one line. | ScrollEventDetail | ||
PAGE_DOWN : String = "pageDown" [정적]
Indicates that the scroll bar has moved down by one page. | ScrollEventDetail | ||
PAGE_LEFT : String = "pageLeft" [정적]
Indicates that the scroll bar has moved left by one page. | ScrollEventDetail | ||
PAGE_RIGHT : String = "pageRight" [정적]
Indicates that the scroll bar has moved right by one page. | ScrollEventDetail | ||
PAGE_UP : String = "pageUp" [정적]
Indicates that the scroll bar has moved up by one page. | ScrollEventDetail | ||
THUMB_POSITION : String = "thumbPosition" [정적]
Indicates that the scroll bar thumb has stopped moving. | ScrollEventDetail | ||
THUMB_TRACK : String = "thumbTrack" [정적]
Indicates that the scroll bar thumb is moving. | ScrollEventDetail |
AT_BOTTOM | 상수 |
public static const AT_BOTTOM:String = "atBottom"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the bottom of its scrolling range.
AT_LEFT | 상수 |
public static const AT_LEFT:String = "atLeft"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the left of its scrolling range.
AT_RIGHT | 상수 |
public static const AT_RIGHT:String = "atRight"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the right of its scrolling range.
AT_TOP | 상수 |
public static const AT_TOP:String = "atTop"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar is at the top of its scrolling range.
LINE_DOWN | 상수 |
public static const LINE_DOWN:String = "lineDown"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one line.
LINE_LEFT | 상수 |
public static const LINE_LEFT:String = "lineLeft"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one line.
LINE_RIGHT | 상수 |
public static const LINE_RIGHT:String = "lineRight"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one line.
LINE_UP | 상수 |
public static const LINE_UP:String = "lineUp"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one line.
PAGE_DOWN | 상수 |
public static const PAGE_DOWN:String = "pageDown"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved down by one page.
PAGE_LEFT | 상수 |
public static const PAGE_LEFT:String = "pageLeft"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved left by one page.
PAGE_RIGHT | 상수 |
public static const PAGE_RIGHT:String = "pageRight"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved right by one page.
PAGE_UP | 상수 |
public static const PAGE_UP:String = "pageUp"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar has moved up by one page.
THUMB_POSITION | 상수 |
public static const THUMB_POSITION:String = "thumbPosition"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb has stopped moving.
THUMB_TRACK | 상수 |
public static const THUMB_TRACK:String = "thumbTrack"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the scroll bar thumb is moving.
Tue Jun 12 2018, 03:17 PM Z