|
  | close | 
 Closes the dialog.
 
 | 
  | fromJObject | 
 Applies the property values from a plain object created from JSON to the properties of this instance.
 
  Inherited from Class. | 
  | getDialogElement | 
 Gets the dialog element.
 
 | 
  | onResize | 
 This method should be called when the window re-sizes.
 
 | 
  | show | 
 Tells the dialog to show itself. Those overriding can call this._super() to get a deferred object created for them.
 
 | 
  | toJSON | 
 Implementation for toJSON to return an object that will include this class's
 prototype property values when stringified.
 
  Inherited from Class. |