BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.events 

ScrollEventDetail  - AS3 Flex

(Preview)
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.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
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