Interface IFilterStrategy<T>

    • Method Detail

      • 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.