Uses of Interface
org.kuali.rice.krad.uif.control.FilterableLookupCriteriaControlPostData
Packages that use FilterableLookupCriteriaControlPostData
-
Uses of FilterableLookupCriteriaControlPostData in org.kuali.rice.krad.uif.control
Classes in org.kuali.rice.krad.uif.control that implement FilterableLookupCriteriaControlPostDataModifier and TypeClassDescriptionstatic classHolds post data for theGroupControl.static classHolds post data for theUserControl.Methods in org.kuali.rice.krad.uif.control that return FilterableLookupCriteriaControlPostDataModifier and TypeMethodDescriptionFilterableLookupCriteriaControl.getPostData(String propertyName) Returns the post data for the filterable lookup criteria control using the property name as a key.Methods in org.kuali.rice.krad.uif.control with parameters of type FilterableLookupCriteriaControlPostDataModifier and TypeMethodDescriptionFilterableLookupCriteriaControl.filterSearchCriteria(String propertyName, Map<String, String> searchCriteria, FilterableLookupCriteriaControlPostData postData) Invoked to perform filtering of the search criteria.GroupControl.filterSearchCriteria(String propertyName, Map<String, String> searchCriteria, FilterableLookupCriteriaControlPostData postData) Invoked to perform filtering of the search criteria.UserControl.filterSearchCriteria(String propertyName, Map<String, String> searchCriteria, FilterableLookupCriteriaControlPostData postData) Invoked to perform filtering of the search criteria.