Uses of Interface
com.vaadin.client.ui.VAbstractCalendarPanel.SubmitListener
-
Packages that use VAbstractCalendarPanel.SubmitListener Package Description com.vaadin.client.ui -
-
Uses of VAbstractCalendarPanel.SubmitListener in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return VAbstractCalendarPanel.SubmitListener Modifier and Type Method Description VAbstractCalendarPanel.SubmitListenerVAbstractCalendarPanel. getSubmitListener()Returns the submit listener that listens to selection made from the panel.Methods in com.vaadin.client.ui with parameters of type VAbstractCalendarPanel.SubmitListener Modifier and Type Method Description voidVAbstractCalendarPanel. setSubmitListener(VAbstractCalendarPanel.SubmitListener submitListener)The submit listener is called when the user selects a value from the calendar either by clicking the day or selects it by keyboard.
-