
Classes | |
| interface | Keys |
Public Member Functions | |
| WOComponent | cancelAction () |
| WOComponent | editAction () |
| ERMODTabInspectPage (WOContext wocontext) | |
| void | setObject (EOEnterpriseObject eoenterpriseobject) |
| 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 useFocus useAjaxControlsWhenEmbedded
| ERMODTabInspectPage | ( | WOContext | wocontext | ) |
| WOComponent cancelAction | ( | ) |
Perform the cancel action. Overridden to reset the task when the page is canceled.
Reimplemented from ERD2WInspectPage.
| WOComponent editAction | ( | ) |
Perform the edit action. Overridden to support ajax behaviour. When useAjaxControlsWhenEmbedded is true, then we will switch the behaviour of this page to edit and update ajax update the form.
Reimplemented from ERD2WInspectPage.
| void resetTask | ( | ) | [private] |
Reset the behaviour of the page to it's original one (i.e: if it was inspect that was switched to edit).
| void setObject | ( | EOEnterpriseObject | eoenterpriseobject | ) |
Set the page's object. Overridden to reset the tab if the eo changes. Needed to support in-line ajax usage.
Reimplemented from ERD2WInspectPage.
| WOComponent submitAction | ( | ) | throws Throwable |
Perform the submit action. Overridden to reset the task when the page is submitted.
Reimplemented from ERD2WInspectPage.
String _previousPageConfig [private] |
String _previousTask [private] |
1.5.8