Class RowStatus.ActiveRowsFilter<R extends MOTableRow>

    • Constructor Detail

      • ActiveRowsFilter

        public ActiveRowsFilter​(int rowStatusColumnIndex)
        Creates an active row filter by specifying the RowStatus column's index in the target table.
        Parameters:
        rowStatusColumnIndex - the column index (zero-based) of the RowStatus column on behalf the filtering is done.
    • Method Detail

      • passesFilter

        public boolean passesFilter​(R row)
        Description copied from interface: MOTableRowFilter
        Checks whether the supplied row passes the filter criteria implemented by this row filter.
        Specified by:
        passesFilter in interface MOTableRowFilter<R extends MOTableRow>
        Parameters:
        row - a MOTableRow instance.
        Returns:
        true if the row passes the filter or false if not.