lundi 22 octobre 2018

how to set check box of javafx in only few rows in table view accorind to my bean data

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