| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WizardPage | |
|---|---|
| org.springframework.richclient.application.setup | |
| org.springframework.richclient.wizard | |
| Uses of WizardPage in org.springframework.richclient.application.setup | 
|---|
| Classes in org.springframework.richclient.application.setup that implement WizardPage | |
|---|---|
|  class | SetupIntroWizardPage | 
|  class | SetupLicenseWizardPageA WizardPagewhich shows a license text and confirmation radio
 buttons at the bottom. | 
| Methods in org.springframework.richclient.application.setup with parameters of type WizardPage | |
|---|---|
|  void | SetupWizardDialog.showPage(WizardPage page) | 
| Uses of WizardPage in org.springframework.richclient.wizard | 
|---|
| Classes in org.springframework.richclient.wizard that implement WizardPage | |
|---|---|
|  class | AbstractWizardPage | 
|  class | FormBackedWizardPageAn implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages. | 
| Fields in org.springframework.richclient.wizard declared as WizardPage | |
|---|---|
| protected  WizardPage | WizardDialog.currentPage | 
| Methods in org.springframework.richclient.wizard that return WizardPage | |
|---|---|
|  WizardPage | AbstractWizard.addForm(Form formPage)Adds a new page to this wizard. | 
|  WizardPage | WizardDialog.getCurrentPage() | 
|  WizardPage | WizardContainer.getCurrentPage()Returns the current wizard page for this container. | 
|  WizardPage | AbstractWizardPage.getNextPage() | 
|  WizardPage | WizardPage.getNextPage()Returns the wizard page that would to be shown if the user was to press the Next button. | 
|  WizardPage | Wizard.getNextPage(WizardPage page)Returns the successor of the given page. | 
|  WizardPage | AbstractWizard.getNextPage(WizardPage page)Returns the successor of the given page. | 
|  WizardPage | Wizard.getPage(String pageName)Returns the wizard page with the given name belonging to this wizard. | 
|  WizardPage | AbstractWizard.getPage(String pageId)Returns the wizard page with the given name belonging to this wizard. | 
|  WizardPage[] | Wizard.getPages()Returns all the pages in this wizard. | 
|  WizardPage[] | AbstractWizard.getPages()Returns all the pages in this wizard. | 
|  WizardPage | AbstractWizardPage.getPreviousPage() | 
|  WizardPage | WizardPage.getPreviousPage()Returns the wizard page that would to be shown if the user was to press the Back button. | 
|  WizardPage | Wizard.getPreviousPage(WizardPage page)Returns the predecessor of the given page. | 
|  WizardPage | AbstractWizard.getPreviousPage(WizardPage page)Returns the predecessor of the given page. | 
|  WizardPage | Wizard.getStartingPage()Returns the first page to be shown in this wizard. | 
|  WizardPage | AbstractWizard.getStartingPage()Returns the first page to be shown in this wizard. | 
| Methods in org.springframework.richclient.wizard with parameters of type WizardPage | |
|---|---|
| protected  void | AbstractWizard.addPage(String wizardConfigurationKey,
               WizardPage page)Adds a new page to this wizard. | 
|  void | AbstractWizard.addPage(WizardPage page)Adds a new page to this wizard. | 
|  WizardPage | Wizard.getNextPage(WizardPage page)Returns the successor of the given page. | 
|  WizardPage | AbstractWizard.getNextPage(WizardPage page)Returns the successor of the given page. | 
|  WizardPage | Wizard.getPreviousPage(WizardPage page)Returns the predecessor of the given page. | 
|  WizardPage | AbstractWizard.getPreviousPage(WizardPage page)Returns the predecessor of the given page. | 
|  void | AbstractWizard.removePage(WizardPage page)Removes the given page from this wizard. | 
|  void | AbstractWizardPage.setPreviousPage(WizardPage page) | 
|  void | WizardPage.setPreviousPage(WizardPage page)Sets the wizard page that would typically be shown if the user was to press the Back button. | 
|  void | ExtendedWizardDialog.showPage(WizardPage page) | 
|  void | WizardDialog.showPage(WizardPage page) | 
|  void | WizardContainer.showPage(WizardPage page)Makes the given page visible. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||