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. Eg. clicking on day or hitting enter.
      • onCancel

        void onCancel()
        On eg. ESC key.