Pacotemx.events
Classepublic final class ScrollEventDetail
HerançaScrollEventDetail Inheritance Object

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

Veja também

mx.events.ScrollEvent


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 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 the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  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
Detalhes da constante
AT_BOTTOMConstante
public static const AT_BOTTOM:String = "atBottom"

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

AT_LEFTConstante 
public static const AT_LEFT:String = "atLeft"

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

AT_RIGHTConstante 
public static const AT_RIGHT:String = "atRight"

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

AT_TOPConstante 
public static const AT_TOP:String = "atTop"

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

LINE_DOWNConstante 
public static const LINE_DOWN:String = "lineDown"

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

LINE_LEFTConstante 
public static const LINE_LEFT:String = "lineLeft"

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

LINE_RIGHTConstante 
public static const LINE_RIGHT:String = "lineRight"

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

LINE_UPConstante 
public static const LINE_UP:String = "lineUp"

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

PAGE_DOWNConstante 
public static const PAGE_DOWN:String = "pageDown"

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

PAGE_LEFTConstante 
public static const PAGE_LEFT:String = "pageLeft"

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

PAGE_RIGHTConstante 
public static const PAGE_RIGHT:String = "pageRight"

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

PAGE_UPConstante 
public static const PAGE_UP:String = "pageUp"

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

THUMB_POSITIONConstante 
public static const THUMB_POSITION:String = "thumbPosition"

Indicates that the scroll bar thumb has stopped moving.

THUMB_TRACKConstante 
public static const THUMB_TRACK:String = "thumbTrack"

Indicates that the scroll bar thumb is moving.