public class LookupForm extends UifFormBase
LookupView
screensactionParameters, attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName
Constructor and Description |
---|
LookupForm() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getCriteriaFields() |
String |
getDataObjectClassName() |
String |
getDocNum() |
Map<String,String> |
getFieldConversions() |
Lookupable |
getLookupable() |
String |
getLookupCollectionName()
For the case of multi-value lookup, indicates the collection that should be populated with
the return results
|
String |
getReferencesToRefresh() |
Collection<?> |
getSearchResults() |
boolean |
isAtLeastOneRowHasActions() |
boolean |
isAtLeastOneRowReturnable() |
boolean |
isMultipleValuesSelect()
Indicates whether multiple values select should be enabled for the lookup
|
boolean |
isRedirectedLookup()
Indicates whether the requested was redirected from the lookup 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 |
setAtLeastOneRowHasActions(boolean atLeastOneRowHasActions) |
void |
setAtLeastOneRowReturnable(boolean atLeastOneRowReturnable) |
void |
setCriteriaFields(Map<String,String> criteriaFields) |
void |
setDataObjectClassName(String dataObjectClassName) |
void |
setDocNum(String docNum) |
void |
setFieldConversions(Map<String,String> fieldConversions) |
void |
setLookupCollectionName(String lookupCollectionName)
Setter for the name of the collection that should be populated with lookup results
|
void |
setMultipleValuesSelect(boolean multipleValuesSelect)
Setter for the multiple values select indicator
|
void |
setRedirectedLookup(boolean redirectedLookup)
Setter for the redirected request indicator
|
void |
setReferencesToRefresh(String referencesToRefresh) |
void |
setSearchResults(Collection<?> searchResults) |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isSkipViewInit, isValidateDirty, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName
public LookupForm()
public void postBind(javax.servlet.http.HttpServletRequest request)
postBind
in class UifFormBase
request
- - request object containing the query parameterspublic Lookupable getLookupable()
public String getDataObjectClassName()
public void setDataObjectClassName(String dataObjectClassName)
public String getReferencesToRefresh()
public void setReferencesToRefresh(String referencesToRefresh)
public boolean isMultipleValuesSelect()
When set to true, the select field is enabled for the lookup results group that allows the user to select one or more rows for returning
public void setMultipleValuesSelect(boolean multipleValuesSelect)
multipleValuesSelect
- public String getLookupCollectionName()
public void setLookupCollectionName(String lookupCollectionName)
lookupCollectionName
- public Map<String,String> getCriteriaFields()
public void setCriteriaFields(Map<String,String> criteriaFields)
public Map<String,String> getFieldConversions()
public void setFieldConversions(Map<String,String> fieldConversions)
public Collection<?> getSearchResults()
public void setSearchResults(Collection<?> searchResults)
public boolean isAtLeastOneRowReturnable()
public void setAtLeastOneRowReturnable(boolean atLeastOneRowReturnable)
public boolean isAtLeastOneRowHasActions()
public void setAtLeastOneRowHasActions(boolean atLeastOneRowHasActions)
public boolean isRedirectedLookup()
public void setRedirectedLookup(boolean redirectedLookup)
redirectedLookup
- Copyright © 2005–2016 The Kuali Foundation. All rights reserved.