com.vaadin.client.ui
Class VCalendarPanel.VTime

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.ui.VCalendarPanel.VTime
Enclosing class:
VCalendarPanel

public class VCalendarPanel.VTime
extends FlowPanel

TimeSelector is a widget consisting of list boxes that modifie the Date object that is given for.


Constructor Summary
VCalendarPanel.VTime()
          Constructor
 
Method Summary
 void onChange(ChangeEvent event)
           
 void updateTimes()
          Updates the valus to correspond to the values in value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCalendarPanel.VTime

public VCalendarPanel.VTime()
Constructor

Method Detail

updateTimes

public void updateTimes()
Updates the valus to correspond to the values in value


onChange

public void onChange(ChangeEvent event)


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