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