Interface VAbstractCalendarPanel.SubmitListener

  • Enclosing class:
    VAbstractCalendarPanel<R extends Enum<R>>

    public static interface VAbstractCalendarPanel.SubmitListener
    Interface for updating date field value based on the current calendar panel data or canceling the update.
    Author:
    Vaadin Ltd
    • 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.