java - Can a table row be unselected after it has been selected? -


i wondering if user (not programmatically!) can unselect javafx 2 tableview table row, once selected?

background:

i added change listener selectedproperty of tableview , wondering if new value provided change listener can ever null?

tblrestotable.getselectionmodel().clearselection(); 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -