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

    Modifier and Type
    Method
    Description
    onFilter(Criteria criteria)
    This method is called if the user starts filtering via the filter component
  • Method Details

    • onFilter

      T onFilter(Criteria criteria)
      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: