Caplin Trader 4.7.1

Interface: module:caplin/grid/GridRowSelectionModelListener

module:caplin/grid/GridRowSelectionModelListener

Interface implemented by objects that wish to be notified when changes to the row selection model occur.

Methods

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.

Implementations: