Package com.vaadin.client.ui
Interface VAbstractCalendarPanel.SubmitListener
-
- Enclosing class:
- VAbstractCalendarPanel<R extends Enum<R>>
public static interface VAbstractCalendarPanel.SubmitListenerInterface for updating date field value based on the current calendar panel data or canceling the update.- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCancel()On e.g.voidonSubmit()Called when calendar user triggers a submitting operation in calendar panel.
-