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 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