Module org.controlsfx.controls
Package impl.org.controlsfx.tableview2
Class FilteredColumnPredicate<S,T>
java.lang.Object
impl.org.controlsfx.tableview2.FilteredColumnPredicate<S,T>
- Type Parameters:
S- the type of the input to the predicateT- The type of the content in all cells in the related FilteredTableColumn
- All Implemented Interfaces:
Predicate<S>
Predicate implementation for
FilteredTableView
that is used when the FilteredTableView.filter()
method is called.-
Constructor Summary
ConstructorsConstructorDescriptionFilteredColumnPredicate(List<? extends TableColumnBase> columns) FilteredColumnPredicate(TableColumnBase<S, T>... columns) -
Method Summary