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.
|
fireEvent
HandlerRegistration addClickHandler(ClickHandler handler)
handler
- the click handlerHandlerRegistration
used to remove this handler