public interface HasRowOutHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRowOutHandler(RowOutHandler handler)
Called when the mouse pointer leaves a row
|
fireEvent
HandlerRegistration addRowOutHandler(RowOutHandler handler)
handler
- the rowOut handlerHandlerRegistration
used to remove this handler