public interface HasCellSelectionChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellSelectionChangedHandler(CellSelectionChangedHandler handler)
Called when (cell-based) selection changes within this grid.
|
fireEvent
HandlerRegistration addCellSelectionChangedHandler(CellSelectionChangedHandler handler)
handler
- the cellSelectionChanged handlerHandlerRegistration
used to remove this handler