Interface HasButtonClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
BuildUIViaAIProgressDialog
,BuildViaAIProgressDialog
,Dialog
,FilterViaAIProgressDialog
,HiliteViaAIProgressDialog
-
Method Summary
Modifier and TypeMethodDescriptionaddButtonClickHandler
(ButtonClickHandler handler) Fires when any button in this Dialog's toolbar is clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addButtonClickHandler
Fires when any button in this Dialog's toolbar is clicked. Default implementation does nothing.- Parameters:
handler
- the buttonClick handler- Returns:
HandlerRegistration
used to remove this handler
-