Uses of Interface
org.springframework.richclient.wizard.WizardPage

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 SetupLicenseWizardPage
          A WizardPage which 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 FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 

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 WizardPage.getNextPage()
          Returns the wizard page that would to be shown if the user was to press the Next button.
 WizardPage AbstractWizardPage.getNextPage()
           
 WizardPage AbstractWizard.getNextPage(WizardPage page)
          Returns the successor of the given page.
 WizardPage Wizard.getNextPage(WizardPage page)
          Returns the successor of the given page.
 WizardPage AbstractWizard.getPage(String pageId)
          Returns the wizard page with the given name belonging to this wizard.
 WizardPage Wizard.getPage(String pageName)
          Returns the wizard page with the given name belonging to this wizard.
 WizardPage[] AbstractWizard.getPages()
          Returns all the pages in this wizard.
 WizardPage[] Wizard.getPages()
          Returns all the pages in this wizard.
 WizardPage WizardPage.getPreviousPage()
          Returns the wizard page that would to be shown if the user was to press the Back button.
 WizardPage AbstractWizardPage.getPreviousPage()
           
 WizardPage AbstractWizard.getPreviousPage(WizardPage page)
          Returns the predecessor of the given page.
 WizardPage Wizard.getPreviousPage(WizardPage page)
          Returns the predecessor of the given page.
 WizardPage AbstractWizard.getStartingPage()
          Returns the first page to be shown in this wizard.
 WizardPage Wizard.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 AbstractWizard.getNextPage(WizardPage page)
          Returns the successor of the given page.
 WizardPage Wizard.getNextPage(WizardPage page)
          Returns the successor of the given page.
 WizardPage AbstractWizard.getPreviousPage(WizardPage page)
          Returns the predecessor of the given page.
 WizardPage Wizard.getPreviousPage(WizardPage page)
          Returns the predecessor of the given page.
 void AbstractWizard.removePage(WizardPage page)
          Removes the given page from this wizard.
 void WizardPage.setPreviousPage(WizardPage page)
          Sets the wizard page that would typically be shown if the user was to press the Back button.
 void AbstractWizardPage.setPreviousPage(WizardPage page)
           
 void WizardDialog.showPage(WizardPage page)
           
 void WizardContainer.showPage(WizardPage page)
          Makes the given page visible.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.