Attributes | Name and Description |
---|---|
|
caplin.grid.GridRowSelectionModelListener()
|
Attributes | Name and Description |
---|---|
|
void
onRowSelectionChanged()
Call-back invoked after the row selection for a particular grid has been modified. |
►
caplin.grid.GridRowSelectionModelListener()
►
void
onRowSelectionChanged()
Call-back invoked after the row selection for a particular grid has been modified.
This call-back will also fire if the row selection is changed programmatically, rather than as a result of user action (in fact user modifications are maintained by the same API). Only a single call-back will occur even if multiple concurrent API calls are required to effect the new row selection.