Class RowStatus.RowStatusFilter<R extends MOTableRow>

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