public interface HasCellErrorIconOverHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellErrorIconOverHandler(CellErrorIconOverHandler handler)
Optional stringMethod to fire when the mouse moves over the error icon of a cell with validation errors.
|
fireEvent
HandlerRegistration addCellErrorIconOverHandler(CellErrorIconOverHandler handler)
handler
- the cellErrorIconOver handlerHandlerRegistration
used to remove this handler