Package com.jbstrap.ui.components.filter
Interface FilterBarFiltering<T extends Component<?>>
- All Known Implementing Classes:
ListGrid
public interface FilterBarFiltering<T extends Component<?>>
Event handler interface for filter events triggered by the filter component
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
-
Method Details
-
onFilter
This method is called if the user starts filtering via the filter component- Parameters:
criteria
- Criterion created by the filter component to perform filtering- See Also:
-