Interface IFilterStrategy<T>
- All Known Subinterfaces:
IActivatableFilterStrategy<T>
- All Known Implementing Classes:
ComboBoxGlazedListsFilterStrategy,ComboBoxGlazedListsWithExcludeFilterStrategy,DefaultGlazedListsFilterStrategy,DefaultGlazedListsStaticFilterStrategy
public interface IFilterStrategy<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFilter(Map<Integer, Object> filterIndexToObjectMap) Apply the filter(s) specified by the entered filter text.
-
Method Details
-
applyFilter
Apply the filter(s) specified by the entered filter text.- Parameters:
filterIndexToObjectMap- A Map of column indexes to filter text Strings.
-