Class FilteredColumnPredicate<S,T>

java.lang.Object
impl.org.controlsfx.tableview2.FilteredColumnPredicate<S,T>
Type Parameters:
S - the type of the input to the predicate
T - The type of the content in all cells in the related FilteredTableColumn
All Implemented Interfaces:
Predicate<S>

public class FilteredColumnPredicate<S,T> extends Object implements Predicate<S>
Predicate implementation for FilteredTableView that is used when the FilteredTableView.filter() method is called.
  • Constructor Details

    • FilteredColumnPredicate

      public FilteredColumnPredicate(TableColumnBase<S,T>... columns)
    • FilteredColumnPredicate

      public FilteredColumnPredicate(List<? extends TableColumnBase> columns)
  • Method Details