public class LookupCollectionControllerServiceImpl extends CollectionControllerServiceImpl
CollectionControllerServiceImpl.CollectionActionParameters| Constructor and Description |
|---|
LookupCollectionControllerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
retrieveCollectionPage(UifFormBase form)
Invoked by the table paging widget to retrieve a page for a collection group.
|
org.springframework.web.servlet.ModelAndView |
tableJsonRetrieval(UifFormBase form)
Get method for getting aaData for jquery datatables which are using sAjaxSource option.
|
addBlankLine, addLine, closeEditLineDialog, deleteLine, editLine, getModelAndViewService, performHelperLifecycle, retrieveEditLineDialog, saveLine, setModelAndViewServicepublic LookupCollectionControllerServiceImpl()
public org.springframework.web.servlet.ModelAndView retrieveCollectionPage(UifFormBase form)
retrieveCollectionPage in interface CollectionControllerServiceretrieveCollectionPage in class CollectionControllerServiceImplform - form instance containing the model datapublic org.springframework.web.servlet.ModelAndView tableJsonRetrieval(UifFormBase form)
This will render the aaData JSON for the displayed page of the table matching the tableId passed in the request parameters.
tableJsonRetrieval in interface CollectionControllerServicetableJsonRetrieval in class CollectionControllerServiceImplform - form instance containing the model dataCopyright © 2005–2016 The Kuali Foundation. All rights reserved.