Class RowInRecordFilter

    • Constructor Detail

      • RowInRecordFilter

        public RowInRecordFilter​(boolean anyRow)
        Parameters:
        anyRow - true if any matching row makes the record match, false if all rows are required.
    • Method Detail

      • filterRow

        public abstract boolean filterRow​(long rowIndex,
                                          Row row,
                                          Record record)
        Determines if a row matches the filter.
        Parameters:
        rowIndex - the global index of the row (from the entire grid)
        row - the row itself
        record - the enclosing record
        Returns:
        true if the row matches the filter
      • filterRow

        public boolean filterRow​(long rowIndex,
                                 Row row)
        Specified by:
        filterRow in interface RowFilter