
Classes | |
| interface | Keys |
Public Member Functions | |
| void | awake () |
| WOComponent | cancelAction () |
| WOComponent | editAction () |
| ERMODInspectPage (WOContext wocontext) | |
| WOComponent | submitAction () throws Throwable |
Private Member Functions | |
| void | resetTask () |
Private Attributes | |
| String | _previousPageConfig |
| String | _previousTask |
cancelButtonLabel printerButtonComponentName editButtonLabel formEncoding hasForm headerComponentName repetitionComponentName actionBarComponentName controllerButtonComponentName pageWrapperName returnButtonLabel saveButtonLabel
| ERMODInspectPage | ( | WOContext | wocontext | ) |
| void awake | ( | ) |
Overridden to lock the page's editingContext, if there is any present.
Reimplemented from ERD2WPage.
| WOComponent cancelAction | ( | ) |
Perform cancel action. Overridden to reset the task (i.e: if the original page task was inspect, and it was switched to edit).
Reimplemented from ERD2WInspectPage.
| WOComponent editAction | ( | ) |
Perform the edit action. Overridden to use ajax behaviour if useAjaxControlsWhenEmbedded is true
Reimplemented from ERD2WInspectPage.
| void resetTask | ( | ) | [private] |
| WOComponent submitAction | ( | ) | throws Throwable |
Perform the submitAction. Overridden to rest the task (i.e: if the original page task was inspect, and it was switched to edit).
Reimplemented from ERD2WInspectPage.
String _previousPageConfig [private] |
String _previousTask [private] |
1.5.8