Uses of Interface
com.vaadin.v7.client.ui.VCalendarPanel.SubmitListener
-
Packages that use VCalendarPanel.SubmitListener Package Description com.vaadin.v7.client.ui -
-
Uses of VCalendarPanel.SubmitListener in com.vaadin.v7.client.ui
Methods in com.vaadin.v7.client.ui that return VCalendarPanel.SubmitListener Modifier and Type Method Description VCalendarPanel.SubmitListenerVCalendarPanel. getSubmitListener()Returns the submit listener that listens to selection made from the panel.Methods in com.vaadin.v7.client.ui with parameters of type VCalendarPanel.SubmitListener Modifier and Type Method Description voidVCalendarPanel. setSubmitListener(VCalendarPanel.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.
-