Interface CancelClickHandler

All Superinterfaces:
EventHandler

public interface CancelClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle a click on the 'cancel' button of this Dialog.
  • Method Details

    • onCancelClick

      void onCancelClick(CancelClickEvent event)
      Handle a click on the 'cancel' button of this Dialog. Default implementation is to return null and hide the Dialog. Override to do something else.
      Parameters:
      event - the event