The X Toolkit API

X.event

This class has no public members.

/**
* The super class for all events in XTK.
*
* @constructor
* @param {string} type A type identifier for this event.
* @extends goog.events.Event
*/
var e = new X.event();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
e._classname = $_CLASSNAME;
/**
* The events of this class.
*
* @enum {string}
*/
X.event.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.event.uniqueId($ID);


CONSTRUCTORS
X.event

PROPERTIES
_classname

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE