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