Uses of Class
com.vaadin.ui.Calendar.TimeFormat

Packages that use Calendar.TimeFormat
com.vaadin.ui   
 

Uses of Calendar.TimeFormat in com.vaadin.ui
 

Fields in com.vaadin.ui declared as Calendar.TimeFormat
protected  Calendar.TimeFormat Calendar.currentTimeFormat
          Defines currently active format for time.
 

Methods in com.vaadin.ui that return Calendar.TimeFormat
 Calendar.TimeFormat Calendar.getTimeFormat()
          Gets currently active time format.
static Calendar.TimeFormat Calendar.TimeFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Calendar.TimeFormat[] Calendar.TimeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.ui with parameters of type Calendar.TimeFormat
 void Calendar.setTimeFormat(Calendar.TimeFormat format)
          Example: setTimeFormat(TimeFormat.Format12H);
Set to null, if you want the format being defined by the locale.
 



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