Uses of Class
javafx.scene.control.TableView.TableViewSelectionModel
-
Packages that use TableView.TableViewSelectionModel 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of TableView.TableViewSelectionModel in javafx.scene.control
Methods in javafx.scene.control that return TableView.TableViewSelectionModel Modifier and Type 方法 描述 TableView.TableViewSelectionModel<S>
TableView. getSelectionModel()
获取属性selectionModel的值。Methods in javafx.scene.control that return types with arguments of type TableView.TableViewSelectionModel Modifier and Type 方法 描述 ObjectProperty<TableView.TableViewSelectionModel<S>>
TableView. selectionModelProperty()
SelectionModel提供了可以在TableView中选择单个或多个项目的API,以及检查用户选择了哪些项目。Methods in javafx.scene.control with parameters of type TableView.TableViewSelectionModel Modifier and Type 方法 描述 void
TableView. setSelectionModel(TableView.TableViewSelectionModel<S> value)
设置属性selectionModel的值。
-