public interface HasMouseUpHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addMouseUpHandler(MouseUpHandler handler)
Executed when the left mouse is released on this widget.
|
fireEventHandlerRegistration addMouseUpHandler(MouseUpHandler handler)
handler - the mouseUp handlerHandlerRegistration used to remove this handler