Package org.kuali.rice.krad.uif.control
Interface FilterableLookupCriteriaControlPostData
- All Known Implementing Classes:
GroupControl.GroupControlPostData,UserControl.UserControlPostData
public interface FilterableLookupCriteriaControlPostData
Defines the post data to send for filtering search results for a filterable control.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends FilterableLookupCriteriaControl> Returns the class to invoke the filter search method on.Returns the property name of the control that this post data is representing.
-
Method Details
-
getControlClass
Class<? extends FilterableLookupCriteriaControl> getControlClass()Returns the class to invoke the filter search method on.- Returns:
- the class to invoke the filter search method on
-
getPropertyName
String getPropertyName()Returns the property name of the control that this post data is representing.- Returns:
- the property name of the control that this post data is representing
-