Uses of Class
javafx.scene.control.SortEvent
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of SortEvent in javafx.scene.control
Modifier and TypeMethodDescriptionTableView.getOnSort()
Gets the value of theonSort
property.TreeTableView.getOnSort()
Gets the value of theonSort
property.TableView.onSortProperty()
Called when there's a request to sort the control.TreeTableView.onSortProperty()
Called when there's a request to sort the control.SortEvent.sortEvent()
Gets the default singletonSortEvent
.Modifier and TypeMethodDescriptionvoid
TableView.setOnSort
(EventHandler<SortEvent<TableView<S>>> value) Sets the value of theonSort
property.void
TreeTableView.setOnSort
(EventHandler<SortEvent<TreeTableView<S>>> value) Sets the value of theonSort
property.