If you also want to select the row when you click ...
# tornadofx
e
If you also want to select the row when you click the TextField, just add
setOnMouseClicked { selectionModel.select(index) }