The X Toolkit API

X.ModifiedEvent

This class has no public members.

/**
* The modified event to flag an object as 'dirty'.
*
* @constructor
* @extends X.event
*/
var M = new X.ModifiedEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
M._classname = $_CLASSNAME;
/**
* A container for an X.base derived instance.
*
* @type{?X.base}
* @protected
*/
M._container = $_CONTAINER;
/**
* The object which was modified.
*
* @type {?X.object}
* @protected
*/
M._object = $_OBJECT;
/**
* The events of this class.
*
* @enum {string}
*/
X.ModifiedEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.ModifiedEvent.uniqueId($ID);


CONSTRUCTORS
X.ModifiedEvent

PROPERTIES
_classname
_container
_object

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE