Uses of Class
com.vaadin.v7.ui.Calendar.TimeFormat
-
Packages that use Calendar.TimeFormat Package Description com.vaadin.v7.ui -
-
Uses of Calendar.TimeFormat in com.vaadin.v7.ui
Fields in com.vaadin.v7.ui declared as Calendar.TimeFormat Modifier and Type Field Description protected Calendar.TimeFormatCalendar. currentTimeFormatDeprecated.Defines currently active format for time. 12H/24H.Methods in com.vaadin.v7.ui that return Calendar.TimeFormat Modifier and Type Method Description Calendar.TimeFormatCalendar. getTimeFormat()Deprecated.Gets currently active time format.static Calendar.TimeFormatCalendar.TimeFormat. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Calendar.TimeFormat[]Calendar.TimeFormat. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.v7.ui with parameters of type Calendar.TimeFormat Modifier and Type Method Description voidCalendar. setTimeFormat(Calendar.TimeFormat format)Deprecated.Example:setTimeFormat(TimeFormat.Format12H);
Set to null, if you want the format being defined by the locale.
-