@Controller @RequestMapping(value="/dialog") public class DemoDialogController extends KradSampleAppController
KradSampleAppController.UITestObjectEditor
Modifier and Type | Field and Description |
---|---|
protected static String |
DEMO_DISAPPROVE_CONFIRM |
protected static String |
DEMO_DISAPPROVE_SURVEY |
protected static String |
DEMO_DUPLICATE_DIALOG |
Constructor and Description |
---|
DemoDialogController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
disapprove(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
save(UifFormBase form) |
addGrowl, addStandardSectionsErrors, changeTheme, createInitialForm, customEditLine, customRefresh, initBinder, makeReadOnly, refreshProgGroup, refreshWithServerMessages, setFileControllerService, submitMultiSelect, validateView
addBlankLine, addFileUploadLine, addLine, back, cancel, checkForm, closeEditLineDialog, defaultMapping, deleteFileUploadLine, deleteLine, editLine, getCollectionControllerService, getControllerService, getFileControllerService, getFileFromLine, getMessageView, getModelAndView, getModelAndView, getModelAndView, getModelAndViewService, getModelAndViewWithInit, getModelAndViewWithInit, getNavigationControllerService, getQueryControllerService, getRefreshControllerService, getSaveControllerService, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, retrieveCollectionPage, retrieveEditLineDialog, returnToHub, returnToPrevious, saveField, saveLine, sessionTimeout, setCollectionControllerService, setControllerService, setModelAndViewService, setNavigationControllerService, setQueryControllerService, setRefreshControllerService, setSaveControllerService, showDialog, start, tableJsonRetrieval
protected static final String DEMO_DUPLICATE_DIALOG
protected static final String DEMO_DISAPPROVE_CONFIRM
protected static final String DEMO_DISAPPROVE_SURVEY
public DemoDialogController()
@RequestMapping(params="methodToCall=save") public org.springframework.web.servlet.ModelAndView save(@ModelAttribute(value="KualiForm") UifFormBase form) throws Exception
save
in class UifControllerBase
Exception
SaveControllerService.save(org.kuali.rice.krad.web.form.UifFormBase)
@RequestMapping(params="methodToCall=disapprove") public org.springframework.web.servlet.ModelAndView disapprove(@ModelAttribute(value="KualiForm") UifFormBase form) throws Exception
Exception
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.