Package docking.widgets.table
Interface TableTextFilterFactory<ROW_OBJECT>
- All Known Implementing Classes:
DefaultTableTextFilterFactory
public interface TableTextFilterFactory<ROW_OBJECT>
-
Method Summary
Modifier and TypeMethodDescriptiongetTableFilter
(String text, RowFilterTransformer<ROW_OBJECT> transformer) Returns a filter using the given text as the filter string.
-
Method Details
-
getTableFilter
Returns a filter using the given text as the filter string.- Parameters:
text
- the text to filter on.transformer
- the object that converts a table row into a list of strings.- Returns:
- the filter that will determine if a table row matches the given text.
-