Uses of Class
org.controlsfx.control.tableview2.FilteredTableView
Packages that use FilteredTableView
-
Uses of FilteredTableView in org.controlsfx.control.tableview2
Fields in org.controlsfx.control.tableview2 with type parameters of type FilteredTableViewModifier and TypeFieldDescriptionstatic final javafx.util.Callback
<FilteredTableView, Boolean> FilteredTableView.DEFAULT_FILTER_POLICY
The defaultfilter policy
that this FilteredTableView will use if no other policy is specified.Methods in org.controlsfx.control.tableview2 with parameters of type FilteredTableViewModifier and TypeMethodDescriptionstatic <S> void
FilteredTableView.configureForFiltering
(FilteredTableView<S> tableView, javafx.collections.ObservableList<S> items) Convenient method to set the items for theFilteredTableView
by wrapping them with aFilteredList
and aSortedList
, that are also bound properly to the table'spredicateProperty()
andTableView.comparatorProperty()
.