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 TypeMethodDescriptionfinal EventHandler
<SortEvent<TableView<S>>> TableView.getOnSort()
Gets the value of theonSort
property.final EventHandler
<SortEvent<TreeTableView<S>>> TreeTableView.getOnSort()
Gets the value of theonSort
property.final ObjectProperty
<EventHandler<SortEvent<TableView<S>>>> TableView.onSortProperty()
Called when there's a request to sort the control.final ObjectProperty
<EventHandler<SortEvent<TreeTableView<S>>>> TreeTableView.onSortProperty()
Called when there's a request to sort the control.SortEvent.sortEvent()
Gets the default singletonSortEvent
.Modifier and TypeMethodDescriptionfinal void
TableView.setOnSort
(EventHandler<SortEvent<TableView<S>>> value) Sets the value of theonSort
property.final void
TreeTableView.setOnSort
(EventHandler<SortEvent<TreeTableView<S>>> value) Sets the value of theonSort
property.