The X Toolkit API

X.WindowLevelEvent

This class has no public members.

/**
* The window/level event to initiate updating a volume's window/level settings.
*
* @constructor
* @extends X.event
*/
var W = new X.WindowLevelEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
W._classname = $_CLASSNAME;
/**
* The flag to increase or decrease the level. + to increase, - to decrease.
*
* @type {!number}
* @protected
*/
W._level = $_LEVEL;
/**
* The flag to increase or decrease the window. + to increase, - to decrease.
*
* @type {!number}
* @protected
*/
W._window = $_WINDOW;
/**
* The events of this class.
*
* @enum {string}
*/
X.WindowLevelEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.WindowLevelEvent.uniqueId($ID);


CONSTRUCTORS
X.WindowLevelEvent

PROPERTIES
_classname
_level
_window

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE