
Classes | |
| interface | Keys |
Public Member Functions | |
| ERMODQueryPage (WOContext wocontext) | |
| WOComponent | queryAction () |
| WOComponent | returnAction () |
| boolean | showCancel () |
headerComponentName showListInSamePage listConfigurationName clearButtonLabel findButtonLabel returnButtonLabel actionBarComponentName controllerButtonComponentName
| ERMODQueryPage | ( | WOContext | wocontext | ) |
| WOComponent queryAction | ( | ) |
Perform the query action. Overridden to handle in-line results display (i.e: if allowInlineEditing is true, then we will return this page)
Reimplemented from ERD2WQueryPage.
| WOComponent returnAction | ( | ) |
Perform the return action. Overridden to handle perform the correct behaviour if the page is in-line (i.e: useAjaxControlsWhenEmbedded returns true)
Reimplemented from ERD2WQueryPage.
| 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 query page is embedded and shouldShowCancelButton is true.
Reimplemented from ERD2WQueryPage.
1.5.8