Packagemx.events
Classpublic final class ScrollEventDetail
InheritanceScrollEventDetail Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

AT_LEFTConstant 
public static const AT_LEFT:String = atLeft

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

AT_RIGHTConstant 
public static const AT_RIGHT:String = atRight

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

AT_TOPConstant 
public static const AT_TOP:String = atTop

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

LINE_DOWNConstant 
public static const LINE_DOWN:String = lineDown

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

LINE_LEFTConstant 
public static const LINE_LEFT:String = lineLeft

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

LINE_RIGHTConstant 
public static const LINE_RIGHT:String = lineRight

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

LINE_UPConstant 
public static const LINE_UP:String = lineUp

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

PAGE_DOWNConstant 
public static const PAGE_DOWN:String = pageDown

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

PAGE_LEFTConstant 
public static const PAGE_LEFT:String = pageLeft

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

PAGE_RIGHTConstant 
public static const PAGE_RIGHT:String = pageRight

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

PAGE_UPConstant 
public static const PAGE_UP:String = pageUp

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

THUMB_POSITIONConstant 
public static const THUMB_POSITION:String = thumbPosition

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Indicates that the scroll bar thumb has stopped moving.

THUMB_TRACKConstant 
public static const THUMB_TRACK:String = thumbTrack

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Indicates that the scroll bar thumb is moving.