In java class
select.setCellValueFactory(new PropertyValueFactory<ToDetail,Boolean>("checkBox"));
This i how i set check box but i want to perform some action on checking the check box or i need to disable the check box with my bean class object came from server
In fxml file
<TableColumn fx:id="select" text="SelectAll"/>
Thanks in Advance
Aucun commentaire:
Enregistrer un commentaire