
Classes | |
| interface | Keys |
Public Member Functions | |
| void | awake () |
| WOComponent | cancelAction () |
| String | cancelUpdateContainerID () |
| D2WContext | d2wContext () |
| WOActionResults | dismissCancelDialogAction () |
| WOComponent | doCancelAction () |
| ERMODWizardCreationPage (WOContext wocontext) | |
| WOComponent | nextStep () |
| WOComponent | previousStep () |
| void | setObject (EOEnterpriseObject eoenterpriseobject) |
| boolean | showCancel () |
| WOComponent | submitAction () throws Throwable |
Public Attributes | |
| boolean | showCancelDialog |
Private Attributes | |
| EOEntity | _cachedEntity |
cancelButtonLabel bannerFileName showBanner headerComponentName formEncoding repetitionComponentName previousButtonLabel pageWrapperName nextButtonLabel saveButtonLabel useAjaxControlsWhenEmbedded
| ERMODWizardCreationPage | ( | WOContext | wocontext | ) |
| void awake | ( | ) |
Overridden to lock the page's editingContext, if there is any present.
Reimplemented from ERD2WTabInspectPage.
| WOComponent cancelAction | ( | ) |
Perform the cancel action. Overridden to handle showing a cancel dialog in-line if useAjaxControlsWhenEmbedded is true.
Reimplemented from ERD2WWizardCreationPage.
| String cancelUpdateContainerID | ( | ) |
Returns the ajax update container id for the cancel button
| D2WContext d2wContext | ( | ) |
D2WContext for this page. Checks if there is a "d2wContext" binding, too.
Reimplemented from ERD2WPage.
| WOActionResults dismissCancelDialogAction | ( | ) |
Action called when the cancel dialog is dismissed
| WOComponent doCancelAction | ( | ) |
Action called when the cancel button is clicked
| WOComponent nextStep | ( | ) |
Change to the next step. Overridden to set _currentStep here instead of in appendToResponse so ajax requests work
Reimplemented from ERD2WWizardCreationPage.
| WOComponent previousStep | ( | ) |
Change to the previous step. Overridden to set _currentStep here instead of in appendToResponse so ajax requests work.
Reimplemented from ERD2WWizardCreationPage.
| void setObject | ( | EOEnterpriseObject | eoenterpriseobject | ) |
Sets the page object. Overridden to reset the current step if the object changes
Reimplemented from ERD2WInspectPage.
| boolean showCancel | ( | ) |
Show the cancel button. From parent: Should we show the cancel button? It's only visible when we have a nextPage set up. Overridden to allow us to show the cancel button if the page is embedded and shouldShowCancelButton is true.
Reimplemented from ERD2WInspectPage.
| WOComponent submitAction | ( | ) | throws Throwable |
Performs submit action. Overridden to reset the nested validation setting on the object.
Reimplemented from ERD2WInspectPage.
EOEntity _cachedEntity [private] |
| boolean showCancelDialog |
1.5.8