Uses of Class
org.controlsfx.control.tableview2.FilteredTableView
-
Packages that use FilteredTableView Package Description org.controlsfx.control.tableview2 -
-
Uses of FilteredTableView in org.controlsfx.control.tableview2
Fields in org.controlsfx.control.tableview2 with type parameters of type FilteredTableView Modifier and Type Field Description static 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 FilteredTableView Modifier and Type Method Description static <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()
.
-