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.
|
fireEventHandlerRegistration addCellErrorIconOutHandler(CellErrorIconOutHandler handler)
handler - the cellErrorIconOut handlerHandlerRegistration used to remove this handler