public interface HasClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addClickHandler(ClickHandler handler)
Executed when the left mouse is clicked (pressed and then released) on this widget.
|
fireEventHandlerRegistration addClickHandler(ClickHandler handler)
handler - the click handlerHandlerRegistration used to remove this handler