Interface VCalendarPanel.SubmitListener

  • Enclosing class:
    VCalendarPanel

    public static interface VCalendarPanel.SubmitListener
    • Method Detail

      • onSubmit

        void onSubmit()
        Called when calendar user triggers a submitting operation in calendar panel. E.g. clicking on day or hitting enter.
      • onCancel

        void onCancel()
        On e.g. ESC key.