Interface ApplyClickHandler

All Superinterfaces:
EventHandler

public interface ApplyClickHandler extends EventHandler
  • Method Summary

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

    • onApplyClick

      void onApplyClick(ApplyClickEvent event)
      Handle a click on the 'apply' button of this Dialog. Default implementation is to call saveData(), but NOT close the Dialog.
      Parameters:
      event - the event