The X Toolkit API

X.RenderEvent

This class has no public members.

/**
* The render event to update renderer.
*
* @constructor
* @extends X.event
*/
var R = new X.RenderEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
R._classname = $_CLASSNAME;
/**
* The events of this class.
*
* @enum {string}
*/
X.RenderEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.RenderEvent.uniqueId($ID);


CONSTRUCTORS
X.RenderEvent

PROPERTIES
_classname

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE