Uses of Interface
com.vaadin.terminal.gwt.client.ui.VCalendarPanel.SubmitListener

Packages that use VCalendarPanel.SubmitListener
com.vaadin.terminal.gwt.client.ui   
 

Uses of VCalendarPanel.SubmitListener in com.vaadin.terminal.gwt.client.ui
 

Methods in com.vaadin.terminal.gwt.client.ui that return VCalendarPanel.SubmitListener
 VCalendarPanel.SubmitListener VCalendarPanel.getSubmitListener()
          Returns the submit listener that listens to selection made from the panel
 

Methods in com.vaadin.terminal.gwt.client.ui with parameters of type VCalendarPanel.SubmitListener
 void VCalendarPanel.setSubmitListener(VCalendarPanel.SubmitListener submitListener)
          The submit listener is called when the user selects a value from the calender either by clicking the day or selects it by keyboard.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.