| Modifier and Type | Method and Description |
|---|---|
Set<String> |
DocumentViewPresentationControllerBase.getActionFlags(View view,
UifFormBase model) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
InquiryViewPresentationControllerBase.getActionFlags(View view,
UifFormBase model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViewHelperServiceImpl.retrieveEditModesAndActionFlags(View view,
UifFormBase model)
Invokes the configured
PresentationController and
Authorizer for the view to get the exported action flags
and edit modes that can be used in conditional logic |
| Modifier and Type | Method and Description |
|---|---|
UifFormBase |
UifFormManager.getCurrentForm() |
UifFormBase |
UifFormManager.getForm(String formKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
UifFormManager.addForm(UifFormBase form) |
static org.springframework.web.servlet.ModelAndView |
UifWebUtils.getUIFModelAndView(UifFormBase form,
String pageId)
Configures the
ModelAndView instance containing the form
data and pointing to the UIF generic spring view |
static void |
UifWebUtils.prepareHistory(javax.servlet.http.HttpServletRequest request,
UifFormBase form)
Updates the history object (or constructs a new History) for the view we are getting ready
to render
|
static void |
UifWebUtils.prepareViewForRendering(javax.servlet.http.HttpServletRequest request,
UifFormBase form)
Prepares the
View instance contained on the form for
rendering |
void |
UifFormManager.removeForm(UifFormBase form) |
static String |
LookupInquiryUtils.retrieveLookupParameterValue(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupObjectClass,
String propertyName,
String propertyValueName) |
void |
UifFormManager.setCurrentForm(UifFormBase currentForm) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
History.buildViewTitle(UifFormBase form)
Builds the title for the view to display in history (for example breadcrumbs)
|
Set<String> |
ViewPresentationControllerBase.getActionFlags(View view,
UifFormBase model) |
Set<String> |
ViewPresentationController.getActionFlags(View view,
UifFormBase model) |
Set<String> |
ViewPresentationControllerBase.getEditModes(View view,
UifFormBase model) |
Set<String> |
ViewPresentationController.getEditModes(View view,
UifFormBase model) |
void |
History.setCurrent(UifFormBase form,
javax.servlet.http.HttpServletRequest request)
Sets the current HistoryEntry using information from the form and the request.
|
| Modifier and Type | Method and Description |
|---|---|
protected View |
UifServletRequestDataBinder.getViewFromPreviousModel(UifFormBase form) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract UifFormBase |
UifControllerBase.createInitialForm(javax.servlet.http.HttpServletRequest request)
Called to create a new model(form) object when necessary.
|
UifFormBase |
UifControllerBase.initForm(javax.servlet.http.HttpServletRequest request)
Create/obtain the model(form) object before it is passed to the Binder/BeanWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.addLine(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the add line action for a new collection line.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.cancel(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Just returns as if return with no value was selected.
|
org.springframework.web.servlet.ModelAndView |
LookupController.cancel(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Just returns as if return with no value was selected
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.cancel(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prompts user to confirm the cancel action then if confirmed cancels the document instance
contained on the form
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.cancelAttachment(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the cancel attachment action on a note.
|
void |
UifControllerBase.checkViewAuthorization(UifFormBase form,
String methodToCall)
Invokes the configured
ViewAuthorizer to verify the user has access to
open the view. |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.close(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Just returns as if return with no value was selected.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.deleteLine(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the delete line action for a model collection.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.deleteNote(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the delete note action for deleting a note.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.downloadAttachment(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the download attachment action on a note.
|
org.springframework.web.servlet.ModelAndView |
InquiryController.export(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles exporting the BusinessObject for this Inquiry to XML if it has a custom XML exporter available.
|
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getUIFModelAndView(UifFormBase form) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getUIFModelAndView(UifFormBase form,
String pageId)
Configures the
ModelAndView instance containing the form
data and pointing to the UIF generic spring view |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.insertNote(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the add note action for adding a note.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.navigate(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles menu navigation between view pages
|
AttributeQueryResult |
UifControllerBase.performFieldQuery(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to execute the
AttributeQuery associated with a field given the query parameters
found in the request. |
AttributeQueryResult |
UifControllerBase.performFieldSuggest(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to provide the options for a suggest widget.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.performLookup(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Builds up a URL to the lookup view based on the given post action
parameters and redirects
|
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.performRedirect(UifFormBase form,
String baseUrl,
Properties urlParameters)
Builds a
ModelAndView instance configured to redirect to the
URL formed by joining the base URL with the given URL parameters |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.refresh(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
handles an ajax refresh
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.returnToHistory(UifFormBase form,
boolean homeFlag)
Invoked to navigate back to a history entry.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.returnToHub(UifFormBase form)
Invoked to navigate back to the first page in history.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.returnToPrevious(UifFormBase form)
Invoked to navigate back one page in history..
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initial method called when requesting a new view instance which checks authorization and forwards
the view for rendering
|
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Default method for controller that setups a new
MaintenanceView with the default new action |
org.springframework.web.servlet.ModelAndView |
LookupController.start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to request an lookup view for a data object class
|
org.springframework.web.servlet.ModelAndView |
InquiryController.start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to request an inquiry view for a data object class
|
org.springframework.web.servlet.ModelAndView |
InitiatedDocumentInfoController.start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
IncidentReportController.submitReport(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Emails the report and closes the incident report screen
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.toggleInactiveRecordDisplay(UifFormBase uifForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to toggle the show inactive indicator on the selected collection group and then
rerun the component lifecycle and rendering based on the updated indicator and form data
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.updateComponent(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Updates the current component by retrieving a fresh copy from the dictionary,
running its component lifecycle, and returning it
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentFormBase
Base form for all
DocumentView screens |
class |
IncidentReportForm
Form class for incident reports
|
class |
InitiatedDocumentInfoForm
Controller for
MaintenanceView screens which operate on
MaintenanceDocument instances |
class |
InquiryForm
Form class for
InquiryView screens |
class |
LookupForm
Form class for
LookupView screens |
class |
MaintenanceForm
Form class for
MaintenanceView screens |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.