public interface HasCellOutHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellOutHandler(CellOutHandler handler)
Called when the mouse pointer leaves a cell
|
fireEvent
HandlerRegistration addCellOutHandler(CellOutHandler handler)
handler
- the cellOut handlerHandlerRegistration
used to remove this handler