The X Toolkit API

X.HoverEndEvent

This class has no public members.

/**
* The hover end event, indicating the end of the hovering state.
*
* @constructor
* @extends X.event
*/
var H = new X.HoverEndEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
H._classname = $_CLASSNAME;
/**
* The events of this class.
*
* @enum {string}
*/
X.HoverEndEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.HoverEndEvent.uniqueId($ID);


CONSTRUCTORS
X.HoverEndEvent

PROPERTIES
_classname

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE