Module org.controlsfx.controls
Package impl.org.controlsfx.tableview2
-
Class Summary Class Description FilteredColumnPredicate<S,T> Predicate implementation forFilteredTableView
that is used when theFilteredTableView.filter()
method is called.NestedTableColumnHeader2 A cell column header.RowHeader<S> Display the row header on the left of the cells (view), where the user can display any content viaTableView2.getRowHeader()
.SortUtils SortUtils.SortEndedEvent<C> Convenient subclass of SortEvent to create a new SortEvent to indicate the sorting has endedSortUtils.SortStartedEvent<C> Convenient subclass of SortEvent to create a new SortEvent to indicate the sorting has startedSouthTableColumnHeader SouthTableHeaderRow TableHeaderRow2 The set of horizontal (column) headers.TableRow2<S> The tableRow which will holds the TableView2 cells.TableRow2Skin<S> TableView2Skin<S> This skin for the TableView2 control We need to extend directly from TableViewSkinBase in order to work-around https://bugs.openjdk.java.net/browse/JDK-8090674 if we want to set a custom TableViewBehavior.