Packagemx.events
Classpublic final class ScrollEventDetail

Constants for the values of the detail property of a ScrollEvent.

See also

mx.events.ScrollEvent


Public Constants
 ConstantDefined 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
Constant detail
AT_BOTTOMconstant
public static const AT_BOTTOM:String = "atBottom"

Indicates that the scroll bar is at the bottom of its scrolling range.

AT_LEFTconstant 
public static const AT_LEFT:String = "atLeft"

Indicates that the scroll bar is at the left of its scrolling range.

AT_RIGHTconstant 
public static const AT_RIGHT:String = "atRight"

Indicates that the scroll bar is at the right of its scrolling range.

AT_TOPconstant 
public static const AT_TOP:String = "atTop"

Indicates that the scroll bar is at the top of its scrolling range.

LINE_DOWNconstant 
public static const LINE_DOWN:String = "lineDown"

Indicates that the scroll bar has moved down by one line.

LINE_LEFTconstant 
public static const LINE_LEFT:String = "lineLeft"

Indicates that the scroll bar has moved left by one line.

LINE_RIGHTconstant 
public static const LINE_RIGHT:String = "lineRight"

Indicates that the scroll bar has moved right by one line.

LINE_UPconstant 
public static const LINE_UP:String = "lineUp"

Indicates that the scroll bar has moved up by one line.

PAGE_DOWNconstant 
public static const PAGE_DOWN:String = "pageDown"

Indicates that the scroll bar has moved down by one page.

PAGE_LEFTconstant 
public static const PAGE_LEFT:String = "pageLeft"

Indicates that the scroll bar has moved left by one page.

PAGE_RIGHTconstant 
public static const PAGE_RIGHT:String = "pageRight"

Indicates that the scroll bar has moved right by one page.

PAGE_UPconstant 
public static const PAGE_UP:String = "pageUp"

Indicates that the scroll bar has moved up by one page.

THUMB_POSITIONconstant 
public static const THUMB_POSITION:String = "thumbPosition"

Indicates that the scroll bar thumb has stopped moving.

THUMB_TRACKconstant 
public static const THUMB_TRACK:String = "thumbTrack"

Indicates that the scroll bar thumb is moving.