Interface PValidatingWizardContext

All Superinterfaces:
PAppContext
All Known Subinterfaces:
PAccountCreationWizardContext, PPurchaseOfferingWizardContext
All Known Implementing Classes:
PAccountCreationWizard, PPurchaseOfferingWizard, PValidatingWizard

public interface PValidatingWizardContext extends PAppContext
A validating wizard-specific extension of the generic app context.
  • Method Details

    • setEnabled

      void setEnabled(PWizardPage page, boolean b)
      Requests that the specified top-level wizard page be enabled or disabled.
      Parameters:
      page - Page to be enabled disabled.
      b - true to enable the page; false to disable it.
    • getWizardName

      String getWizardName()
      Returns the name of the wizard.
      Returns:
      The name of the wizard.
    • getSharedDataManager

      SharedDataManager getSharedDataManager()
      Returns the shared data manager.
      Returns:
      The shared data manager.
    • getWizardValidationManager

      WizardValidationManager getWizardValidationManager()
      Returns the wizard validation manager.
      Returns:
      The wizard validation manager.