public class SearchTablePage extends BorderPage
controls, format, forward, headElements, headers, includeControlHeadElements, messages, model, PAGE_ACTION, PAGE_MESSAGES, pageImports, path, redirect, stateful, template| Constructor and Description |
|---|
SearchTablePage() |
| Modifier and Type | Method and Description |
|---|---|
CustomerService |
getCustomerService()
Return CustomerService instance from Spring application context.
|
boolean |
onClearClick()
Handle the clear button click event.
|
boolean |
onDeleteClick()
Handle the delete link click event.
|
void |
onInit() |
boolean |
onNewClick()
Handle the new button click event.
|
boolean |
onSearchClick()
Handle the search button click event.
|
void |
setCustomerService(CustomerService customerService)
Set the CustomerService instance from Spring application context.
|
getTemplate, onDestroyaddControl, addModel, getContentType, getContext, getControls, getFormat, getForward, getHeadElements, getHeaders, getHtmlImports, getMessage, getMessage, getMessages, getModel, getPageImports, getPath, getRedirect, hasControls, hasHeaders, isIncludeControlHeadElements, isStateful, onGet, onPost, onRender, onSecurityCheck, removeControl, setFormat, setForward, setForward, setForward, setHeader, setHeaders, setIncludeControlHeadElements, setPageImports, setPath, setRedirect, setRedirect, setRedirect, setRedirect, setStateful, setTemplatepublic void onInit()
onInit in class BorderPagePage.onInit()public boolean onSearchClick()
public boolean onClearClick()
public boolean onNewClick()
public boolean onDeleteClick()
public CustomerService getCustomerService()
public void setCustomerService(CustomerService customerService)
customerService - the customerService instance to inject