com.smartgwt.client.widgets.grid.events
Interface SelectionChangedHandler

All Superinterfaces:
EventHandler

public interface SelectionChangedHandler
extends EventHandler


Method Summary
 void onSelectionChanged(SelectionEvent event)
          Called when (row-based) selection changes within this grid.
 

Method Detail

onSelectionChanged

void onSelectionChanged(SelectionEvent event)
Called when (row-based) selection changes within this grid. Note this method fires for each record for which selection is modified - so when a user clicks inside a grid this method will typically fire twice (once for the old record being deselected, and once for the new record being selected).

NOTE: For updating other components based on selections or triggering selection-oriented events within an application, see the selectionUpdated event which is likely more suitable.

Parameters:
event - the event