Interface CustomSearchTableModel

    • Method Detail

      • isSearchMatch

        boolean isSearchMatch​(SearchParameters params,
                              int row)
        Tests whether the search matches the specified row.
        Parameters:
        params - the search parameters
        row - the row of the underlying, unsorted model
        Returns:
        true if the search matches this row