| Package | mx.events |
| Class | public final class ScrollEventDetail |
detail property
of a ScrollEvent.
See also
| Constant | Defined by | ||
|---|---|---|---|
| AT_BOTTOM : String = "atBottom" [static]
Indicates that the scroll bar is at the bottom of its scrolling range.
| ScrollEventDetail | ||
| AT_LEFT : String = "atLeft" [static]
Indicates that the scroll bar is at the left of its scrolling range.
| ScrollEventDetail | ||
| AT_RIGHT : String = "atRight" [static]
Indicates that the scroll bar is at the right of its scrolling range.
| ScrollEventDetail | ||
| AT_TOP : String = "atTop" [static]
Indicates that the scroll bar is at the top of its scrolling range.
| ScrollEventDetail | ||
| LINE_DOWN : String = "lineDown" [static]
Indicates that the scroll bar has moved down by one line.
| ScrollEventDetail | ||
| LINE_LEFT : String = "lineLeft" [static]
Indicates that the scroll bar has moved left by one line.
| ScrollEventDetail | ||
| LINE_RIGHT : String = "lineRight" [static]
Indicates that the scroll bar has moved right by one line.
| ScrollEventDetail | ||
| LINE_UP : String = "lineUp" [static]
Indicates that the scroll bar has moved up by one line.
| ScrollEventDetail | ||
| PAGE_DOWN : String = "pageDown" [static]
Indicates that the scroll bar has moved down by one page.
| ScrollEventDetail | ||
| PAGE_LEFT : String = "pageLeft" [static]
Indicates that the scroll bar has moved left by one page.
| ScrollEventDetail | ||
| PAGE_RIGHT : String = "pageRight" [static]
Indicates that the scroll bar has moved right by one page.
| ScrollEventDetail | ||
| PAGE_UP : String = "pageUp" [static]
Indicates that the scroll bar has moved up by one page.
| ScrollEventDetail | ||
| THUMB_POSITION : String = "thumbPosition" [static]
Indicates that the scroll bar thumb has stopped moving.
| ScrollEventDetail | ||
| THUMB_TRACK : String = "thumbTrack" [static]
Indicates that the scroll bar thumb is moving.
| ScrollEventDetail | ||
| AT_BOTTOM | constant |
public static const AT_BOTTOM:String = "atBottom"Indicates that the scroll bar is at the bottom of its scrolling range.
| AT_LEFT | constant |
public static const AT_LEFT:String = "atLeft"Indicates that the scroll bar is at the left of its scrolling range.
| AT_RIGHT | constant |
public static const AT_RIGHT:String = "atRight"Indicates that the scroll bar is at the right of its scrolling range.
| AT_TOP | constant |
public static const AT_TOP:String = "atTop"Indicates that the scroll bar is at the top of its scrolling range.
| LINE_DOWN | constant |
public static const LINE_DOWN:String = "lineDown"Indicates that the scroll bar has moved down by one line.
| LINE_LEFT | constant |
public static const LINE_LEFT:String = "lineLeft"Indicates that the scroll bar has moved left by one line.
| LINE_RIGHT | constant |
public static const LINE_RIGHT:String = "lineRight"Indicates that the scroll bar has moved right by one line.
| LINE_UP | constant |
public static const LINE_UP:String = "lineUp"Indicates that the scroll bar has moved up by one line.
| PAGE_DOWN | constant |
public static const PAGE_DOWN:String = "pageDown"Indicates that the scroll bar has moved down by one page.
| PAGE_LEFT | constant |
public static const PAGE_LEFT:String = "pageLeft"Indicates that the scroll bar has moved left by one page.
| PAGE_RIGHT | constant |
public static const PAGE_RIGHT:String = "pageRight"Indicates that the scroll bar has moved right by one page.
| PAGE_UP | constant |
public static const PAGE_UP:String = "pageUp"Indicates that the scroll bar has moved up by one page.
| THUMB_POSITION | constant |
public static const THUMB_POSITION:String = "thumbPosition"Indicates that the scroll bar thumb has stopped moving.
| THUMB_TRACK | constant |
public static const THUMB_TRACK:String = "thumbTrack"Indicates that the scroll bar thumb is moving.