Uses of Class
com.vaadin.ui.Calendar.TimeFormat
-
Packages that use Calendar.TimeFormat Package Description com.vaadin.ui -
-
Uses of Calendar.TimeFormat in com.vaadin.ui
Fields in com.vaadin.ui declared as Calendar.TimeFormat Modifier and Type Field Description protected Calendar.TimeFormat
Calendar. currentTimeFormat
Defines currently active format for time.Methods in com.vaadin.ui that return Calendar.TimeFormat Modifier and Type Method Description Calendar.TimeFormat
Calendar. getTimeFormat()
Gets currently active time format.static Calendar.TimeFormat
Calendar.TimeFormat. valueOf(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 Modifier and Type Method Description void
Calendar. setTimeFormat(Calendar.TimeFormat format)
Example:setTimeFormat(TimeFormat.Format12H);
Set to null, if you want the format being defined by the locale.
-