Uses of Class
com.vaadin.addon.touchkit.gwt.client.ui.DatePicker.Resolution

Packages that use DatePicker.Resolution
com.vaadin.addon.touchkit.gwt.client.ui This package contains GWT widgets of TouchKit. 
 

Uses of DatePicker.Resolution in com.vaadin.addon.touchkit.gwt.client.ui
 

Methods in com.vaadin.addon.touchkit.gwt.client.ui that return DatePicker.Resolution
static DatePicker.Resolution DatePicker.Resolution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatePicker.Resolution[] DatePicker.Resolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.addon.touchkit.gwt.client.ui with parameters of type DatePicker.Resolution
protected  void DatePicker.changeResolution(DatePicker.Resolution res)
           
 void DatePicker.setResolution(DatePicker.Resolution res)
          Set resolution of this DatePicker
 

Constructors in com.vaadin.addon.touchkit.gwt.client.ui with parameters of type DatePicker.Resolution
CalendarOverlay(DatePicker.Resolution resolution, Date min, Date max)
           
 



Copyright © 2014 Vaadin Ltd. All rights reserved.