public interface HasCellErrorIconHoverHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCellErrorIconHoverHandler(CellErrorIconHoverHandler handler)
Optional stringMethod to fire when the user hovers over the error icon of a cell with validation errors.
|
com.google.gwt.event.shared.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