| Package | Description |
|---|---|
| org.kuali.rice.krad.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,InputField> |
LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView,
LookupForm form) |
protected List<String> |
LookupableImpl.getReturnKeys(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Returns the configured return key property names or if not configured defaults to the primary keys
for the data object class
|
protected String |
LookupableImpl.getReturnUrl(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Builds the URL for returning the given data object result row
|
protected Properties |
LookupableImpl.getReturnUrlParameters(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Builds up a
Properties object that will be used to provide the request parameters for the
return URL link |
protected void |
LookupableImpl.initializeLookupViewHelperService(LookupView lookupView)
Initializes properties on this lookupable from the
LookupView |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.