| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
TransactionalDocumentControllerServiceImpl.cancel(UifFormBase form)
Navigates back to a previous point (depending on how the view was requested).
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.cancel(UifFormBase form)
Navigates back to a previous point (depending on how the view was requested).
|
protected org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.checkSensitiveDataAndWarningDialog(String field,
UifFormBase form)
Helper method to check if sensitive data is present in a given string and dialog display.
|
Set<String> |
DocumentViewPresentationControllerBase.getActionFlags(View view,
UifFormBase model) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.save(UifFormBase form) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
InquiryViewPresentationControllerBase.getActionFlags(View view,
UifFormBase model) |
org.springframework.web.servlet.ModelAndView |
InquiryControllerServiceImpl.start(UifFormBase form)
Determines if the inquiry request needs to be redirected based on the module service, if not retrieves
the inquiry data object and sets the instance onto the form for display.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupForm
Form class containing backing data for
LookupView. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
LookupController.retrieveCollectionPage(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
LookupCollectionControllerServiceImpl.retrieveCollectionPage(UifFormBase form)
Invoked by the table paging widget to retrieve a page for a collection group.
|
static String |
LookupUtils.retrieveLookupParameterValue(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupObjectClass,
String propertyName,
String parameterName)
Retrieves the value for the given parameter name to send as a lookup parameter.
|
org.springframework.web.servlet.ModelAndView |
LookupControllerServiceImpl.start(UifFormBase form)
Initial method called when requesting a new view instance.
|
org.springframework.web.servlet.ModelAndView |
LookupController.tableJsonRetrieval(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
LookupCollectionControllerServiceImpl.tableJsonRetrieval(UifFormBase form)
Get method for getting aaData for jquery datatables which are using sAjaxSource option.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentControllerServiceImpl.start(UifFormBase form)
Initial method called when requesting a new view instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LightTable.buildRows(View view,
String rowTemplate,
UifFormBase model)
Build the rows from the rowTemplate passed in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionPagingHelper.processPagingRequest(View view,
CollectionGroup collectionGroup,
UifFormBase form,
String page)
Process the paging request by determining the displayStart value based on the page requested.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynaForm
Form class for
MockView instances that holds data in generic maps. |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected void |
View.initializeDialogLoadScript(UifFormBase form)
Helper method to set the view's load script to open a dialog.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
KRADUtils.generateUniqueViewTitle(UifFormBase form,
View view)
Attempts to generate a unique view title by combining the View's headerText with the title attribute for the
dataObjectClass found through the DataObjectMetaDataService.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UifServletRequestDataBinder.executeAutomaticLinking(javax.servlet.ServletRequest request,
UifFormBase form)
Performs automatic reference linking of the given form based on the properties on the form for which linking
is enabled.
|
protected View |
UifServletRequestDataBinder.getViewByType(javax.servlet.ServletRequest request,
UifFormBase form)
Attempts to get a view instance by looking for a view type name in the request or the form and querying
that view type with the request parameters
|
protected View |
UifServletRequestDataBinder.getViewFromPreviousModel(UifFormBase form)
Attempts to get a view instance based on the view id stored on the form (which might not be populated
from the request but remaining from session)
|
| Modifier and Type | Method and Description |
|---|---|
protected UifFormBase |
UifExportController.createInitialForm()
Retrieves the session form for the form key request parameter so we can initialize a form instance of the
same type the view was rendered with.
|
protected abstract UifFormBase |
UifControllerBase.createInitialForm()
Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
|
protected UifFormBase |
UifClientListener.createInitialForm()
Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
|
protected UifFormBase |
ModuleLockedController.createInitialForm() |
protected UifFormBase |
UifControllerBase.initForm()
Creates form instance the will be used for the default model.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.addBlankLine(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.addFileUploadLine(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.addLine(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.back(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.cancel(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
IncidentReportController.cancel(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns back to the application url on a cancel
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.checkForm(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.closeEditLineDialog(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.defaultMapping(UifFormBase form)
Default method mapping for cases where the method to call is not passed, calls the start method.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.deleteFileUploadLine(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.deleteLine(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.editLine(UifFormBase form) |
void |
UifControllerBase.getFileFromLine(UifFormBase form,
javax.servlet.http.HttpServletResponse response) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getMessageView(UifFormBase form,
String headerText,
String messageText) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getModelAndView(UifFormBase form) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getModelAndView(UifFormBase form,
Map<String,Object> additionalViewAttributes) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getModelAndView(UifFormBase form,
String pageId) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getModelAndViewWithInit(UifFormBase form,
String viewId) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.getModelAndViewWithInit(UifFormBase form,
String viewId,
String pageId) |
org.springframework.web.servlet.ModelAndView |
UifExportController.inquiryXmlRetrieval(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles exporting the dataObject for this Inquiry to XML if it has a custom XML exporter available.
|
org.springframework.web.servlet.ModelAndView |
UifClientListener.logout(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked from the session timeout warning dialog to log the user out, forwards to logout message view
|
org.springframework.web.servlet.ModelAndView |
ModuleLockedController.moduleLocked(UifFormBase form,
String moduleNamespaceCode)
Retrieves the module locked message test from a system parameter and then returns the message view
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.navigate(UifFormBase form) |
AttributeQueryResult |
UifControllerBase.performFieldQuery(UifFormBase form) |
AttributeQueryResult |
UifControllerBase.performFieldSuggest(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.performLookup(UifFormBase form) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.performRedirect(UifFormBase form,
String redirectUrl) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.performRedirect(UifFormBase form,
String baseUrl,
Properties urlParameters) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.refresh(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.retrieveCollectionPage(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.retrieveEditLineDialog(UifFormBase form) |
protected String |
UifExportController.retrieveTableData(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates exportable table data based on the rich table selected.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.returnToHub(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.returnToPrevious(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.save(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.saveField(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.saveLine(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.sessionTimeout(UifFormBase form) |
protected org.springframework.web.servlet.ModelAndView |
UifControllerBase.showDialog(String dialogId,
boolean confirmation,
UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
UifControllerBase.start(UifFormBase form) |
org.springframework.web.servlet.ModelAndView |
IncidentReportController.submitReport(UifFormBase uifForm,
javax.servlet.http.HttpServletRequest request)
Emails the report and closes the incident report screen
|
String |
UifExportController.tableCsvRetrieval(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates exportable table data as CSV based on the rich table selected.
|
org.springframework.web.servlet.ModelAndView |
UifControllerBase.tableJsonRetrieval(UifFormBase form) |
String |
UifExportController.tableXlsRetrieval(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates exportable table data in xsl based on the rich table selected.
|
String |
UifExportController.tableXmlRetrieval(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates exportable table data based on the rich table selected.
|
| 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
MaintenanceDocumentView screens which operate on
MaintenanceDocument instances |
class |
InquiryForm
Form class for
InquiryView screens |
class |
MaintenanceDocumentForm
Form class for
MaintenanceDocumentView screens |
class |
SessionTimeoutForm
Form class for the session timeout view.
|
class |
TransactionalDocumentFormBase
Form class for
TransactionalView screens |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,UifFormBase> |
UifFormManager.sessionForms |
| Modifier and Type | Method and Description |
|---|---|
UifFormBase |
UifFormManager.getSessionForm(String formKey)
Retrieve a form from the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UifFormManager.addSessionForm(UifFormBase form)
Add a form to the session.
|
void |
UifFormManager.purgeForm(UifFormBase form)
Removes the values that are marked @SessionTransient from the form.
|
void |
UifFormManager.removeSessionForm(UifFormBase form)
Removes the stored form data and the forms from the breadcrumb history from the session.
|
void |
UifFormManager.updateFormWithSession(UifFormBase requestForm,
String formKey)
Retrieves the session form based on the formkey and updates the non session transient
variables on the request form from the session form.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyLoginForm
Basic form for Dummy Login.
|
| Modifier and Type | Method and Description |
|---|---|
protected UifFormBase |
DummyLoginController.createInitialForm() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
DummyLoginController.logout(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.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 |
FileControllerService.addFileUploadLine(UifFormBase form)
Invoked by the multiFile upload element to add a file object to the collection it controls.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.addLine(UifFormBase form)
Invoked by the add line action to add the add line instance to the model collection.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerService.back(UifFormBase form)
Returns back to a previous URL by looking at various return mechanisms in HistoryFlow and on the form.
|
org.springframework.web.servlet.ModelAndView |
ControllerService.cancel(UifFormBase form)
Invoked when the cancel action is invoked on a view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.checkForm(UifFormBase form)
Handles the check form action to validate the given form data.
|
void |
ControllerService.checkViewAuthorization(UifFormBase form)
Invokes the configured
ViewAuthorizer to verify the user has access to
open the view. |
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.closeEditLineDialog(UifFormBase form)
Invoked by the edit line modal's hidden event to close the edit line dialog.
|
org.springframework.web.servlet.ModelAndView |
FileControllerService.deleteFileUploadLine(UifFormBase form)
Invoked by the multiFile upload widget to delete a file; Inform the model of file to delete.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.deleteLine(UifFormBase form)
Invoked by the delete line action to delete an item within the model collection.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.editLine(UifFormBase form)
Invoked by the edit line action to edit the edit line instance to the model collection.
|
void |
FileControllerService.getFileFromLine(UifFormBase form,
javax.servlet.http.HttpServletResponse response)
Invoked by the multiFile upload widget to get the file contents for a file upload line.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.getMessageView(UifFormBase form,
String headerText,
String messageText)
Builds a message view from the given header and message text then forwards the UIF model and view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.getModelAndView(UifFormBase form)
Configures the Spring model and view instance containing the form data and pointing to the
generic Uif view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.getModelAndView(UifFormBase form,
Map<String,Object> additionalViewAttributes)
Configures the Spring model and view instance containing the form data and pointing to the
generic Uif view, and also adds the given attributes (which can be referenced in the view templates).
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.getModelAndView(UifFormBase form,
String pageId)
Configures the Spring model and view instance containing the form data and pointing to the
generic Uif view, and also changes the current page to the given page id.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.getModelAndViewWithInit(UifFormBase form,
String viewId)
Initialize a new view instance for the given view id, then configures the Spring model and view
instance containing the form data and pointing to the generic Uif view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.getModelAndViewWithInit(UifFormBase form,
String viewId,
String pageId)
Initialize a new view instance for the given view id, then configures the Spring model and view
instance containing the form data and pointing to the generic Uif view.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerService.navigate(UifFormBase form)
Invoked to navigate to a new page within the view.
|
AttributeQueryResult |
QueryControllerService.performFieldQuery(UifFormBase form)
Invoked to execute the attribute query associated with a field given the query parameters
found in the request
|
AttributeQueryResult |
QueryControllerService.performFieldSuggest(UifFormBase form)
Invoked to provides options (execute a query) for a field that contains a suggest widget.
|
org.springframework.web.servlet.ModelAndView |
QueryControllerService.performLookup(UifFormBase form)
Handles the perform lookup action by building up a URL to the lookup view and configuring
a redirect.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.performRedirect(UifFormBase form,
String redirectUrl)
Builds a model and view instance configured to redirect to the given URL.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.performRedirect(UifFormBase form,
String baseUrl,
Properties urlParameters)
Builds an URL from the given base URL and parameters, then builds a model and view instance
configured to redirect to the built URL.
|
org.springframework.web.servlet.ModelAndView |
RefreshControllerService.refresh(UifFormBase form)
Invoked when returning from another view.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.retrieveCollectionPage(UifFormBase form)
Invoked by the table paging widget to retrieve a page for a collection group.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.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 |
NavigationControllerService.returnToHistory(UifFormBase form,
boolean returnToPrevious,
boolean returnToApplicationHome,
boolean returnToFlowStart)
Invoked to navigate back to a point in the user's history.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerService.returnToHub(UifFormBase form)
Invoked to navigate back to the first page in the user's history.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerService.returnToPrevious(UifFormBase form)
Invoked to navigate back one page in the user's history.
|
org.springframework.web.servlet.ModelAndView |
SaveControllerService.save(UifFormBase form)
Save the form.
|
org.springframework.web.servlet.ModelAndView |
SaveControllerService.saveField(UifFormBase form)
Save the field of the form at the propertyName specified by saveFieldPath (in request params sent); the
field is already updated on the form at the time of this invocation.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.saveLine(UifFormBase form)
Invoked by the save line action to save an item within the model collection.
|
org.springframework.web.servlet.ModelAndView |
ControllerService.sessionTimeout(UifFormBase form)
Invoked when a session timeout occurs.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewService.showDialog(String dialogId,
boolean confirmation,
UifFormBase form)
Invoked by controller methods to show a dialog to the user.
|
org.springframework.web.servlet.ModelAndView |
ControllerService.start(UifFormBase form)
Initial method called when requesting a new view instance.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerService.tableJsonRetrieval(UifFormBase form)
Get method for getting aaData for jquery datatables which are using sAjaxSource option.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.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 |
FileControllerServiceImpl.addFileUploadLine(UifFormBase form)
Invoked by the multiFile upload element to add a file object to the collection it controls.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.addLine(UifFormBase form)
Invoked by the add line action to add the add line instance to the model collection.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerServiceImpl.back(UifFormBase form)
Returns back to a previous URL by looking at various return mechanisms in HistoryFlow and on the form.
|
protected void |
QueryControllerServiceImpl.buildLookupCriteriaParameters(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupDataObjectClass,
Properties urlParameters)
If lookup criteria parameters were configured, pulls the values for those parameters from the form and
passes as values to pre-populate the lookup view criteria.
|
protected void |
QueryControllerServiceImpl.buildLookupUrlParameters(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
Class<?> lookupDataObjectClass,
Properties urlParameters)
Modifies the given properties object representing the lookup URL parameters to add additional parameters
based on the form and action parameters.
|
protected String |
ModelAndViewServiceImpl.buildShowDialogScript(String dialogId,
boolean confirmation,
UifFormBase form)
Builds a JavaScript string for invoking the showDialog method with the given dialog parameters.
|
org.springframework.web.servlet.ModelAndView |
ControllerServiceImpl.cancel(UifFormBase form)
Navigates back to a previous point (depending on how the view was requested).
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.checkForm(UifFormBase form)
Invokes
ViewValidationService to validate the contents of the
given form instance. |
void |
ControllerServiceImpl.checkViewAuthorization(UifFormBase form)
Invokes the configured
ViewAuthorizer to verify the user has access to
open the view. |
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.closeEditLineDialog(UifFormBase form)
Invoked by the edit line modal's hidden event to close the edit line dialog.
|
org.springframework.web.servlet.ModelAndView |
FileControllerServiceImpl.deleteFileUploadLine(UifFormBase form)
Invoked by the multiFile upload widget to delete a file; Inform the model of file to delete.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.deleteLine(UifFormBase form)
Invoked by the delete line action to delete an item within the model collection.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.editLine(UifFormBase form)
Invoked by the edit line action to edit the edit line instance to the model collection.
|
void |
FileControllerServiceImpl.getFileFromLine(UifFormBase form,
javax.servlet.http.HttpServletResponse response)
Invoked by the multiFile upload widget to get the file contents for a file upload line.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.getMessageView(UifFormBase form,
String headerText,
String messageText)
Retrieves an instance of the view with id
UifConstants.MESSAGE_VIEW_ID
and sets the header and message from the given parameters. |
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.getModelAndView(UifFormBase form)
Configures the Spring model and view instance containing the form data and pointing to the
generic Uif view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.getModelAndView(UifFormBase form,
Map<String,Object> additionalViewAttributes)
Configures the Spring model and view instance containing the form data and pointing to the
generic Uif view, and also adds the given attributes (which can be referenced in the view templates).
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.getModelAndView(UifFormBase form,
String pageId)
Configures the Spring model and view instance containing the form data and pointing to the
generic Uif view, and also changes the current page to the given page id.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.getModelAndViewWithInit(UifFormBase form,
String viewId)
Initialize a new view instance for the given view id, then configures the Spring model and view
instance containing the form data and pointing to the generic Uif view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.getModelAndViewWithInit(UifFormBase form,
String viewId,
String pageId)
Initialize a new view instance for the given view id, then configures the Spring model and view
instance containing the form data and pointing to the generic Uif view.
|
protected String |
NavigationControllerServiceImpl.getReturnUrl(UifFormBase form,
boolean returnToPrevious,
boolean returnToApplicationHome,
boolean returnToFlowStart)
Gets the URL to return to based form data and the given flags.
|
protected void |
RefreshControllerServiceImpl.invokeQuickfinderCallback(UifFormBase form,
javax.servlet.http.HttpServletRequest request,
String quickfinderId)
Retrieves post metadata for the quickfinder component with the given id and if a callback method
has been configured, invokes that callback method.
|
protected void |
ModelAndViewServiceImpl.invokeViewLifecycle(javax.servlet.http.HttpServletRequest request,
UifFormBase form)
Prepares the
View instance contained on the form for rendering. |
org.springframework.web.servlet.ModelAndView |
NavigationControllerServiceImpl.navigate(UifFormBase form)
Invoked to navigate to a new page within the view.
|
AttributeQueryResult |
QueryControllerServiceImpl.performFieldQuery(UifFormBase form)
Retrieves field query parameters from the request and invokes
AttributeQueryService.performFieldQuery(org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata, java.lang.String, java.util.Map<java.lang.String, java.lang.String>) to carry out the
field query. |
AttributeQueryResult |
QueryControllerServiceImpl.performFieldSuggest(UifFormBase form)
Retrieves suggest query parameters from the request and invokes
AttributeQueryService.performFieldSuggestQuery(org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>) to carry out the
suggest query. |
protected org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.performHelperLifecycle(UifFormBase form,
Runnable runnable)
Helper method to run a
Runnable through the view lifecycle. |
org.springframework.web.servlet.ModelAndView |
QueryControllerServiceImpl.performLookup(UifFormBase form)
Inspects the given request and action parameters on the form to build a URL to the requested
lookup view.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.performRedirect(UifFormBase form,
String redirectUrl)
Builds a model and view instance configured to redirect to the given URL.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.performRedirect(UifFormBase form,
String baseUrl,
Properties urlParameters)
Builds an URL from the given base URL and parameters, then builds a model and view instance
configured to redirect to the built URL.
|
protected void |
RefreshControllerServiceImpl.processMultiValueReturn(UifFormBase form,
javax.servlet.http.HttpServletRequest request)
Handles the return from a multi-value lookup, processing any select line values and invoking the
configured view helper service to create the lines for those values in the model collection.
|
org.springframework.web.servlet.ModelAndView |
RefreshControllerServiceImpl.refresh(UifFormBase form)
Handles the refresh call by checking the request parameters and delegating out to helper methods.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.retrieveCollectionPage(UifFormBase form)
Invoked by the table paging widget to retrieve a page for a collection group.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.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 |
NavigationControllerServiceImpl.returnToHistory(UifFormBase form,
boolean returnToPrevious,
boolean returnToApplicationHome,
boolean returnToFlowStart)
Invoked to navigate back to a point in the user's history.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerServiceImpl.returnToHub(UifFormBase form)
Invoked to navigate back to the first page in the user's history.
|
org.springframework.web.servlet.ModelAndView |
NavigationControllerServiceImpl.returnToPrevious(UifFormBase form)
Invoked to navigate back one page in the user's history.
|
org.springframework.web.servlet.ModelAndView |
SaveControllerServiceImpl.save(UifFormBase form)
Save the form.
|
org.springframework.web.servlet.ModelAndView |
SaveControllerServiceImpl.saveField(UifFormBase form)
Save the field of the form at the propertyName specified by saveFieldPath (in request params sent); the
field is already updated on the form at the time of this invocation.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.saveLine(UifFormBase form)
Invoked by the save line action to save an item within the model collection.
|
protected void |
FileControllerServiceImpl.sendFileFromLineResponse(UifFormBase form,
javax.servlet.http.HttpServletResponse response,
List<FileMeta> collection,
FileMeta fileLine)
Hook controller method to send a response back by using response.flushBuffer() using request/collection/fileLine
information provided.
|
org.springframework.web.servlet.ModelAndView |
ControllerServiceImpl.sessionTimeout(UifFormBase form)
Default impl does nothing but render the view.
|
protected void |
RefreshControllerServiceImpl.setFocusJumpFromQuickfinder(UifFormBase form,
String quickfinderId)
Retrieves the configured focus id and jump id for the quickfinder from the post metadata, and sets
those values onto the form for the view rendering.
|
org.springframework.web.servlet.ModelAndView |
ModelAndViewServiceImpl.showDialog(String dialogId,
boolean confirmation,
UifFormBase form)
Builds the dialog group with the given id then creates the script for showing the dialog once the
page reloads.
|
org.springframework.web.servlet.ModelAndView |
ControllerServiceImpl.start(UifFormBase form)
Initial method called when requesting a new view instance.
|
org.springframework.web.servlet.ModelAndView |
CollectionControllerServiceImpl.tableJsonRetrieval(UifFormBase form)
Get method for getting aaData for jquery datatables which are using sAjaxSource option.
|
| Constructor and Description |
|---|
CollectionActionParameters(UifFormBase form,
boolean requireIndexParam)
Constructs a new CollectionActionParameters pulling the action parameter values from the give form.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.