Interface HasButtonClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
BuildUIViaAIProgressDialog, BuildViaAIProgressDialog, Dialog, FilterViaAIProgressDialog, HiliteViaAIProgressDialog

public interface HasButtonClickHandlers extends HasHandlers
  • Method Details

    • addButtonClickHandler

      HandlerRegistration addButtonClickHandler(ButtonClickHandler handler)
      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