The X Toolkit API

X.HoverEvent

This class has no public members.

/**
* The hover event, indicating mouse-over on an X.object.
*
* @constructor
* @extends X.event
*/
var H = new X.HoverEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
H._classname = $_CLASSNAME;
/**
* The x coordinate.
*
* @type {!number}
* @protected
*/
H._x = $_X;
/**
* The y coordinate.
*
* @type {!number}
* @protected
*/
H._y = $_Y;
/**
* The events of this class.
*
* @enum {string}
*/
X.HoverEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.HoverEvent.uniqueId($ID);


CONSTRUCTORS
X.HoverEvent

PROPERTIES
_classname
_x
_y

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE