public interface FastRowFilter<M>
FastTableRowSorter
Modifier and Type | Method and Description |
---|---|
boolean |
include(M model,
int index)
Returns true if the specified entry should be shown;
returns false if the entry should be hidden.
|
boolean include(M model, int index)
model
- the model object containing all the data to be filteredindex
- the int index into the model specifying which record should be tested