The X Toolkit API

X.ProgressEvent

This class has no public members.

/**
* This event indicates progress during loading.
*
* @constructor
* @extends X.event
*/
var P = new X.ProgressEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
P._classname = $_CLASSNAME;
/**
* The progress value.
*
* @type {!number}
* @protected
*/
P._value = $_VALUE;
/**
* The events of this class.
*
* @enum {string}
*/
X.ProgressEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.ProgressEvent.uniqueId($ID);


CONSTRUCTORS
X.ProgressEvent

PROPERTIES
_classname
_value

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE