public interface HasBackgroundMouseUpHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addBackgroundMouseUpHandler(BackgroundMouseUpHandler handler)
Notification method fired when the mouse button is released over a background-cell, ie, one without an event.
|
fireEventHandlerRegistration addBackgroundMouseUpHandler(BackgroundMouseUpHandler handler)
handler - the backgroundMouseUp handlerHandlerRegistration used to remove this handler