public interface CollectionControllerService
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
addBlankLine(UifFormBase form)
Invoked by the add blank line action to add a new line instance to the model mollection.
|
org.springframework.web.servlet.ModelAndView |
addLine(UifFormBase form)
Invoked by the add line action to add the add line instance to the model collection.
|
org.springframework.web.servlet.ModelAndView |
closeEditLineDialog(UifFormBase form)
Invoked by the edit line modal's hidden event to close the edit line dialog.
|
org.springframework.web.servlet.ModelAndView |
deleteLine(UifFormBase form)
Invoked by the delete line action to delete an item within the model collection.
|
org.springframework.web.servlet.ModelAndView |
editLine(UifFormBase form)
Invoked by the edit line action to edit the edit line instance to the model collection.
|
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 |
retrieveEditLineDialog(UifFormBase form)
Invoked by the edit line action to show the edit line dialog for the edit line instance to the model collection.
|
org.springframework.web.servlet.ModelAndView |
saveLine(UifFormBase form)
Invoked by the save line action to save an item within the model collection.
|
org.springframework.web.servlet.ModelAndView |
tableJsonRetrieval(UifFormBase form)
Get method for getting aaData for jquery datatables which are using sAjaxSource option.
|
org.springframework.web.servlet.ModelAndView addLine(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView addBlankLine(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView retrieveEditLineDialog(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView editLine(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView closeEditLineDialog(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView saveLine(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView deleteLine(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView retrieveCollectionPage(UifFormBase form)
form
- form instance containing the model dataorg.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.
form
- form instance containing the model dataCopyright © 2005–2016 The Kuali Foundation. All rights reserved.