public interface FilterableLookupCriteriaControl
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
filterSearchCriteria(String propertyName,
Map<String,String> searchCriteria,
FilterableLookupCriteriaControlPostData postData)
Invoked to perform filtering of the search criteria.
|
FilterableLookupCriteriaControlPostData |
getPostData(String propertyName)
Returns the post data for the filterable lookup criteria control using the property name as a key.
|
FilterableLookupCriteriaControlPostData getPostData(String propertyName)
propertyName - the property name for the controlMap<String,String> filterSearchCriteria(String propertyName, Map<String,String> searchCriteria, FilterableLookupCriteriaControlPostData postData)
propertyName - the propertyName of the current componentsearchCriteria - the search criteria to be filteredpostData - the post data to consider during the searchCopyright © 2005–2018 The Kuali Foundation. All rights reserved.