| Package | Description |
|---|---|
| com.sun.javafx.scene.control.behavior | |
| 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 | Method and Description |
|---|---|
protected TableView.TableViewSelectionModel<S> |
TableCellBehavior.getSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
TableView.TableViewSelectionModel<S> |
TableView.getSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<TableView.TableViewSelectionModel<S>> |
TableView.selectionModelProperty()
The SelectionModel provides the API through which it is possible
to select single or multiple items within a TableView, as well as inspect
which items have been selected by the user.
|
| Modifier and Type | Method and Description |
|---|---|
B |
TableViewBuilder.selectionModel(TableView.TableViewSelectionModel<S> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
void |
TableView.setSelectionModel(TableView.TableViewSelectionModel<S> value) |
Copyright © 2025. All rights reserved.