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.
|
fireEvent
HandlerRegistration addButtonClickHandler(ButtonClickHandler handler)
handler
- the buttonClick handlerHandlerRegistration
used to remove this handler