public interface HasButtonClickHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addButtonClickHandler(ButtonClickHandler handler) Fires when any button in this Dialog's toolbar is clicked. |
com.google.gwt.event.shared.HandlerRegistration addButtonClickHandler(ButtonClickHandler handler)
handler - the buttonClick handlerHandlerRegistration used to remove this handler