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_POLICYThe defaultfilter policythat 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> voidFilteredTableView. configureForFiltering(FilteredTableView<S> tableView, javafx.collections.ObservableList<S> items)Convenient method to set the items for theFilteredTableViewby wrapping them with aFilteredListand aSortedList, that are also bound properly to the table'spredicateProperty()andTableView.comparatorProperty().
-