How to call a method when some row is clicked using the checkbox selection model?
I\'m setting the checkbox selection model like this:
table.setSelection
Create a function that you call,
table.setSelectionModel(selectionModel, ClassName.myMethod(0)); static DefaultSelectionEventManager myMethod(int column) { //call whatever functions you want return DefaultSelectionEventManager. createCheckboxManager(column); }