The X Toolkit API

X.ScrollEvent

This class has no public members.

/**
* The scroll event to initiate scrolling.
*
* @constructor
* @extends X.event
*/
var S = new X.ScrollEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
S._classname = $_CLASSNAME;
/**
* The flag for the scrolling direction. If TRUE, the scroll operation is up.
* If FALSE, it is down.
*
* @type {!boolean}
* @protected
*/
S._up = $_UP;
/**
* The events of this class.
*
* @enum {string}
*/
X.ScrollEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.ScrollEvent.uniqueId($ID);


CONSTRUCTORS
X.ScrollEvent

PROPERTIES
_classname
_up

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE