Interface SpreadsheetFilter

    • Method Detail

      • clearFilter

        void clearFilter()
        Clear the filtering options. After this method the getFilteredRows() for this filter should return an empty set.
      • getFilteredRows

        Set<Integer> getFilteredRows()
        Returns the rows that should be filtered by this filter. In other words the returned set of rows will be hidden from the table.
        Returns:
        Row indexes of the filtered rows, 0-based