dundas.view.WizardInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.view.WizardInfo
 

Constructors

 
  Name Description
init Initializes the WizardInfo. Called during construction.
 
 

Properties

 
  Name Description
cancel Gets or sets the function that should be called when the wizard cancels (user presses Cancel).
contents Gets the contents object for the wizard.
finish Gets or sets the function that should be called when the wizard finishes (user presses Finish).
form Gets the form on the wizard.
help Gets or sets the function that should be called when the wizard help button is pressed.
id Gets the ID of this wizard.
wizardElement Gets the main wizard element.
 
 

Methods

 
  Name Description
close Closes the dialog this dialog info is for.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
updateButtons