public interface HasCellErrorIconHoverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellErrorIconHoverHandler(CellErrorIconHoverHandler handler)
Optional stringMethod to fire when the user hovers over the error icon of a cell with validation errors.
|
fireEvent
HandlerRegistration addCellErrorIconHoverHandler(CellErrorIconHoverHandler handler)
CellErrorIconHoverEvent.cancel()
from within CellErrorIconHoverHandler.onCellErrorIconHover(com.smartgwt.client.widgets.grid.events.CellErrorIconHoverEvent)
to suppress this default
behavior.handler
- the cellErrorIconHover handlerHandlerRegistration
used to remove this handler