dundas.controls.ReportWizard Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.WizardBase
      dundas.controls.ReportWizard
 

Constructors

 
  Name Description
init Initializes the ReportWizard. Called during construction.
 
 

Methods

 
  Name Description
close Closes the dialog. Inherited from dundas.controls.WizardBase.
dispose Performs tasks associated with releasing resources from this object once it is unneeded. Inherited from dundas.controls.WizardBase.
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. Inherited from dundas.controls.WizardBase.
getCurrentStepContent Gets the current step content. Inherited from dundas.controls.WizardBase.
getNextStep Gets the name of the next step based on the current wizard state and the current step. Inherited from dundas.controls.WizardBase.
getPreviousStep Gets the name of the previous step based on the current wizard model state and the current step. Inherited from dundas.controls.WizardBase.
getStepInfos Gets a list describing all of the wizard steps. Inherited from dundas.controls.WizardBase.
isFinishAvailable Gets a value indicating whether the wizard can be completed. Inherited from dundas.controls.WizardBase.
isFinishEnabled Gets a value indicating whether the wizard can be completed. Inherited from dundas.controls.WizardBase.
isNextAvailable Gets a value indicating whether the wizard can move to the next step. Inherited from dundas.controls.WizardBase.
onResize This method should be called when the window re-sizes. Inherited from dundas.controls.WizardBase.
show Tells the wizard to show itself. Those overriding can call this._super() to get a deferred object created for them. Inherited from dundas.controls.WizardBase.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.