dundas.controls.WizardBase Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.WizardBase
      dundas.controls.ReportWizard
 

Constructors

 
  Name Description
init Initializes the WizardBase. Called during construction.
 
 

Methods

 
  Name Description
close Closes the dialog.
dispose Performs tasks associated with releasing resources from this object once it is unneeded.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getContentElements Gets the wizard elements.
getCurrentStepContent Gets the current step content.
getNextStep Gets the name of the next step based on the current wizard state and the current step.
getPreviousStep Gets the name of the previous step based on the current wizard model state and the current step.
getStepInfos Gets a list describing all of the wizard steps.
isFinishAvailable Gets a value indicating whether the wizard can be completed.
isFinishEnabled Gets a value indicating whether the wizard can be completed.
isNextAvailable Gets a value indicating whether the wizard can move to the next step.
onResize This method should be called when the window re-sizes.
show Tells the wizard 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.