Interface
caplin.grid

GridRowSelectionModelListener

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

Constructor Summary

Attributes Name and Description
caplin.grid.GridRowSelectionModelListener()

Method Summary

Attributes Name and Description
void onRowSelectionChanged()

Call-back invoked after the row selection for a particular grid has been modified.

Constructor Detail

caplin.grid.GridRowSelectionModelListener()

Method Detail

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.