|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.web.form.UifFormBase org.kuali.rice.krad.web.form.InquiryForm
public class InquiryForm
Form class for InquiryView
screens
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName |
Constructor Summary | |
---|---|
InquiryForm()
|
Method Summary | |
---|---|
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()
Inquirable instance that will be used to perform
the inquiry |
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)
Picks out business object name from the request to get retrieve a lookupable and set properties |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InquiryForm()
Method Detail |
---|
public void postBind(javax.servlet.http.HttpServletRequest request)
postBind
in interface ViewModel
postBind
in class UifFormBase
request
- - request object containing the query parametersViewModel.postBind(javax.servlet.http.HttpServletRequest)
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
- public Inquirable getInquirable()
Inquirable
instance that will be used to perform
the inquiry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |