Interface HasCellSelectionChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
CalendarView
,CubeGrid
,DateGrid
,EditTree
,ListGrid
,ListPalette
,Menu
,MenuPalette
,PickListMenu
,RecordEditor
,SelectionTreeMenu
,TableView
,TreeGrid
,TreePalette
-
Method Summary
Modifier and TypeMethodDescriptionCalled when (cell-based) selection changes within this grid.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addCellSelectionChangedHandler
Called when (cell-based) selection changes within this grid.- Parameters:
handler
- the cellSelectionChanged handler- Returns:
HandlerRegistration
used to remove this handler
-