Package | Description |
---|---|
javafx.scene.control |
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.
|
Modifier and Type | Field and Description |
---|---|
static EventType<SortEvent> |
SortEvent.ANY
Common supertype for all sort event types.
|
Modifier and Type | Method and Description |
---|---|
EventHandler<SortEvent<TableView<S>>> |
TableView.getOnSort()
Gets the value of the property onSort.
|
EventHandler<SortEvent<TreeTableView<S>>> |
TreeTableView.getOnSort()
Gets the value of the property onSort.
|
ObjectProperty<EventHandler<SortEvent<TableView<S>>>> |
TableView.onSortProperty()
Called when there's a request to sort the control.
|
ObjectProperty<EventHandler<SortEvent<TreeTableView<S>>>> |
TreeTableView.onSortProperty()
Called when there's a request to sort the control.
|
static <C> EventType<SortEvent<C>> |
SortEvent.sortEvent() |
Modifier and Type | Method and Description |
---|---|
void |
TableView.setOnSort(EventHandler<SortEvent<TableView<S>>> value)
Sets the value of the property onSort.
|
void |
TreeTableView.setOnSort(EventHandler<SortEvent<TreeTableView<S>>> value)
Sets the value of the property onSort.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.