Interface IFilterStrategy<T>

All Known Subinterfaces:
IActivatableFilterStrategy<T>
All Known Implementing Classes:
ComboBoxGlazedListsFilterStrategy, ComboBoxGlazedListsWithExcludeFilterStrategy, DefaultGlazedListsFilterStrategy, DefaultGlazedListsStaticFilterStrategy

public interface IFilterStrategy<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyFilter(Map<Integer,Object> filterIndexToObjectMap)
    Apply the filter(s) specified by the entered filter text.
  • Method Details

    • applyFilter

      void applyFilter(Map<Integer,Object> filterIndexToObjectMap)
      Apply the filter(s) specified by the entered filter text.
      Parameters:
      filterIndexToObjectMap - A Map of column indexes to filter text Strings.