public class InquiryForm extends UifFormBase
InquiryView
screensactionFlags, actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, applyDefaultValues, attachmentFile, canEditView, clientStateForSyncing, controllerMapping, dialogExplanations, dialogResponses, dirtyForm, editModes, evaluateFlagsAndModes, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, readOnlyFieldsList, renderedInDialog, renderedInIframe, request, requestedFormKey, requestRedirected, returnDialogId, returnDialogResponse, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, showDialogId, state, triggerActionId, updateComponentId, view, viewId, viewName, viewPostMetadata, viewRequestParameters, viewTypeName
Constructor and Description |
---|
InquiryForm() |
Modifier and Type | Method and Description |
---|---|
Object |
getDataObject()
Result data object for inquiry that will be display with the view
|
String |
getDataObjectClassName()
Class name of the data object the inquiry will display
|
Inquirable |
getInquirable()
Returns an
Inquirable instance associated with the inquiry view. |
boolean |
isRedirectedInquiry()
Indicates whether the requested was redirected from the inquiry framework due to an external object
request.
|
void |
postBind(javax.servlet.http.HttpServletRequest request)
Sets data object class on the form and/or inquirable.
|
void |
setDataObject(Object dataObject)
Setter for the inquiry data object
|
void |
setDataObjectClassName(String dataObjectClassName)
Setter for the inquiry data object class name
|
void |
setRedirectedInquiry(boolean redirectedInquiry)
Setter for the redirected request indicator
|
generateFormKey, getActionEvent, getActionFlags, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogDataObject, getDialogExplanations, getDialogResponse, getDialogResponses, getEditModes, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getReadOnlyFieldsList, getRequest, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnDialogId, getReturnDialogResponse, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getShowDialogId, getState, getTriggerActionId, getUpdateComponent, getUpdateComponentId, getView, getViewHelperService, getViewId, getViewName, getViewPostMetadata, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isApplyDefaultValues, isCanEditView, isCollectionPagingRequest, isDirtyForm, isEvaluateFlagsAndModes, isJsonRequest, isRenderedInDialog, isRenderedInIframe, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, preBind, preRender, setActionFlags, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setApplyDefaultValues, setAttachmentFile, setCanEditView, setClientStateForSyncing, setCollectionPagingRequest, setDialogDataObject, setDialogExplanations, setDialogResponses, setDirtyForm, setDirtyForm, setEditModes, setEvaluateFlagsAndModes, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setReadOnlyFieldsList, setRenderedInDialog, setRenderedInIframe, setRequest, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnDialogId, setReturnDialogResponse, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setShowDialogId, setState, setTriggerActionId, setUpdateComponent, setUpdateComponentId, setView, setViewId, setViewName, setViewPostMetadata, setViewRequestParameters, setViewTypeName, toString
public InquiryForm()
public void postBind(javax.servlet.http.HttpServletRequest request)
postBind
in interface ViewModel
postBind
in class UifFormBase
request
- request object containing the query parameterspublic Inquirable getInquirable()
Inquirable
instance associated with the inquiry view.public String getDataObjectClassName()
Used to set the data object class for the Inquirable
which
is then used to perform the inquiry query
public void setDataObjectClassName(String dataObjectClassName)
dataObjectClassName
- public Object getDataObject()
public void setDataObject(Object dataObject)
dataObject
- public boolean isRedirectedInquiry()
public void setRedirectedInquiry(boolean redirectedInquiry)
redirectedInquiry
- Copyright © 2005–2015 The Kuali Foundation. All rights reserved.