public interface HasIconClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.event.shared.HandlerRegistration | 
addIconClickHandler(IconClickHandler handler)
If this button is showing an  
icon, a separate click handler for the
 icon may be defined as this.iconClick. | 
com.google.gwt.event.shared.HandlerRegistration addIconClickHandler(IconClickHandler handler)
icon, a separate click handler for the
 icon may be defined as this.iconClick. Returning false will suppress the standard button click handling
 code.handler - the iconClick handlerHandlerRegistration used to remove this handler