edvin
09/15/2017, 12:43 PMajithprasaad
09/15/2017, 1:30 PMtieskedh
09/15/2017, 1:32 PMnimakro
09/15/2017, 5:39 PMmelston
09/16/2017, 12:06 AMsetOnEdit...
method calls to the column:
titleCol.setOnEditStart {
startEditingTitle(it)
}
titleCol.setOnEditCommit {
commitEdit(it)
endEditingTitle(it)
}
titleCol.setOnEditCancel {
endEditingTitle(it)
}
But, even though these methods get called I can't actually edit the cell's contents.
What do I have to do to be able to edit the contents of the cells?abhinay
09/16/2017, 5:16 AMcellFactory
for the particular column?abhinay
09/16/2017, 5:19 AMmelston
09/16/2017, 5:30 AMdr.fornax
09/16/2017, 8:22 AMdr.fornax
09/16/2017, 8:23 AMdr.fornax
09/16/2017, 8:28 AMedvin
09/16/2017, 11:23 AMedvin
09/16/2017, 11:24 AMedvin
09/16/2017, 11:24 AMedvin
09/16/2017, 11:25 AMabhinay
09/16/2017, 11:26 AMedvin
09/16/2017, 11:30 AMedvin
09/16/2017, 11:33 AMedvin
09/16/2017, 11:41 AMdr.fornax
09/16/2017, 3:42 PMedvin
09/16/2017, 3:46 PMdr.fornax
09/16/2017, 3:47 PMdr.fornax
09/16/2017, 3:48 PMedvin
09/16/2017, 3:51 PMdr.fornax
09/16/2017, 3:55 PMdr.fornax
09/16/2017, 3:57 PMdr.fornax
09/16/2017, 3:59 PMmelston
09/16/2017, 6:06 PMmelston
09/16/2017, 6:50 PMcheckmenuitem
in it that I would like to bind to a property in my controller. There doesn't seem to be a bind
method on checkmenuitem
like there is on checkbox
. How do I bind the menu item to the property?