Uses of Class
javafx.scene.control.TableView.TableViewSelectionModel
Packages that use TableView.TableViewSelectionModel
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 TableView.TableViewSelectionModel in javafx.scene.control
Methods in javafx.scene.control that return TableView.TableViewSelectionModelModifier and TypeMethodDescriptionTableView.getSelectionModel()
Gets the value of the property selectionModel.Methods in javafx.scene.control that return types with arguments of type TableView.TableViewSelectionModelModifier and TypeMethodDescriptionTableView.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.Methods in javafx.scene.control with parameters of type TableView.TableViewSelectionModelModifier and TypeMethodDescriptionfinal void
TableView.setSelectionModel
(TableView.TableViewSelectionModel<S> value) Sets the value of the property selectionModel.