public abstract class KsapControllerBase extends UifControllerBase
| Constructor and Description |
|---|
KsapControllerBase() |
| Modifier and Type | Method and Description |
|---|---|
protected ModelAndView |
getUIFModelAndView(UifFormBase form,
String pageId)
Configures the
ModelAndView instance containing the form
data and pointing to the UIF generic spring view |
protected ModelAndView |
getUIFModelAndViewWithInit(UifFormBase form,
String viewId)
Retrieves a new view instance for the given view id and then configures the
ModelAndView
instance containing the form data and pointing to the UIF generic spring view |
addBlankLine, addLine, back, cancel, checkForm, checkViewAuthorization, createInitialForm, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, resetDialogStatus, retrieveCollectionPage, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, sessionTimeout, showDialog, start, tableJsonRetrievalpublic KsapControllerBase()
protected ModelAndView getUIFModelAndView(UifFormBase form, String pageId)
ModelAndView instance containing the form
data and pointing to the UIF generic spring viewgetUIFModelAndView in class UifControllerBaseform - form instance containing the model datapageId - id of the page within the view that should be rendered, can
be left blank in which the current or default page is renderedprotected ModelAndView getUIFModelAndViewWithInit(UifFormBase form, String viewId)
ModelAndView
instance containing the form data and pointing to the UIF generic spring viewgetUIFModelAndViewWithInit in class UifControllerBaseform - form instance containing the model dataviewId - id for the view that should be builtCopyright © 2004–2014 The Kuali Foundation. All rights reserved.