X.ScrollEvent
This class has no public members.
/**
* 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);