????????????????checkColumn.setCellValueFactory(new?PropertyValueFactory<Check,?Boolean>("checkAble"));
checkColumn.setCellFactory(CheckBoxTableCell.forTableColumn(checkColumn));
firstColumn.setCellValueFactory(new?PropertyValueFactory<Check,?String>("checkTypeString"));
secondColumn.setCellValueFactory(new?PropertyValueFactory<Check,?String>("bookedCountTotalCount"));
thirdColumn.setCellValueFactory(new?PropertyValueFactory<Check,?String>("dateTimeString"));
checkTable.setItems(observableList);
checkTable.setEditable(true);將若干記錄選中后怎么獲取選中的記錄?
添加回答
舉報
0/150
提交
取消