Package com.portal.app.cc.comp
Interface PValidatingWizardContext
- All Superinterfaces:
PAppContext
- All Known Subinterfaces:
PAccountCreationWizardContext
,PPurchaseOfferingWizardContext
- All Known Implementing Classes:
PAccountCreationWizard
,PPurchaseOfferingWizard
,PValidatingWizard
A validating wizard-specific extension of the generic app context.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the shared data manager.Returns the name of the wizard.Returns the wizard validation manager.void
setEnabled
(PWizardPage page, boolean b) Requests that the specified top-level wizard page be enabled or disabled.Methods inherited from interface com.portal.bas.PAppContext
addActions, addContextChangedListener, changeSize, fireContextChangedEvent, focusOn, getAppName, removeActions, removeContextChangedListener, setOverlay, setStatus
-
Method Details
-
setEnabled
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.
-
getWizardValidationManager
WizardValidationManager getWizardValidationManager()Returns the wizard validation manager.- Returns:
- The wizard validation manager.
-