How to get the index of CheckBox inside a ListView?
I am trying to update a JFXListView of JFXCheckBoxes the problem is when i do listview.getItems().indexOf("checkbox1") it always return -1. If i cant get the index of each JFXCheckBox i can just do listview.getItems().remove(indexOfCheckBox) ?
Aucun commentaire:
Enregistrer un commentaire