Inherited by ERD2WWizardCreationPageTemplate, ERDIVWizardCreationPage, and ERNEUWizardCreationPage.

Classes | |
| class | _confirmCancellationDelegate |
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| WOComponent | cancelAction () |
| int | currentStep () |
| ERD2WWizardCreationPage (WOContext context) | |
| WOComponent | nextStep () |
| WOComponent | previousStep () |
| WOComponent | printerFriendlyVersion () |
| boolean | showNext () |
| boolean | showPrevious () |
| WOComponent | superCancelAction () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger("er.directtoweb.templates.ERWizardCreationPageTemplate") |
| static final String | WILL_GOTO_NEXT_PAGE = "willGotoNextPage" |
Protected Attributes | |
| int | _currentStep = 1 |
| ERD2WWizardCreationPage | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Overridden from the parent for better logging. Reports exceptions in the console for easier debugging.
Reimplemented from ERD2WTabInspectPage.
| WOComponent cancelAction | ( | ) |
| int currentStep | ( | ) |
| WOComponent nextStep | ( | ) |
Reimplemented in ERMODWizardCreationPage.
| WOComponent previousStep | ( | ) |
Reimplemented in ERMODWizardCreationPage.
| WOComponent printerFriendlyVersion | ( | ) |
Reimplemented from ERD2WTabInspectPage.
| boolean showNext | ( | ) |
| boolean showPrevious | ( | ) |
| WOComponent superCancelAction | ( | ) |
int _currentStep = 1 [protected] |
final Logger log = Logger.getLogger("er.directtoweb.templates.ERWizardCreationPageTemplate") [static] |
logging support
Reimplemented from ERD2WTabInspectPage.
final String WILL_GOTO_NEXT_PAGE = "willGotoNextPage" [static] |
1.5.8