public interface HasCellErrorIconOutHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellErrorIconOutHandler(CellErrorIconOutHandler handler)
Optional stringMethod to fire when the mouse moves off the error icon of a cell with validation errors.
|
fireEvent
HandlerRegistration addCellErrorIconOutHandler(CellErrorIconOutHandler handler)
handler
- the cellErrorIconOut handlerHandlerRegistration
used to remove this handler