ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.events 

ScrollEventDetail  - AS3 Flex

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.

More examples

Learn more

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

AT_BOTTOM

Constant
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_LEFT

Constant 
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_RIGHT

Constant 
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_TOP

Constant 
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_DOWN

Constant 
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_LEFT

Constant 
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_RIGHT

Constant 
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_UP

Constant 
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_DOWN

Constant 
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_LEFT

Constant 
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_RIGHT

Constant 
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_UP

Constant 
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_POSITION

Constant 
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_TRACK

Constant 
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.