Interface ApplyFilterListener

All Known Implementing Classes:
EnhancedGrid, EnhancedTreeGrid

public interface ApplyFilterListener
Interface for listening to apply filter events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the apply filter event is fired.
  • Method Details

    • onApplyFilter

      void onApplyFilter(Object filter)
      Called when the apply filter event is fired.
      Parameters:
      filter - the filter to apply