Uses of Class
com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat
-
Packages that use DateTimeFormat.PredefinedFormat Package Description com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server. -
-
Uses of DateTimeFormat.PredefinedFormat in com.google.gwt.i18n.shared
Methods in com.google.gwt.i18n.shared that return DateTimeFormat.PredefinedFormat Modifier and Type Method Description static DateTimeFormat.PredefinedFormat
DateTimeFormat.PredefinedFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateTimeFormat.PredefinedFormat[]
DateTimeFormat.PredefinedFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.i18n.shared with parameters of type DateTimeFormat.PredefinedFormat Modifier and Type Method Description static DateTimeFormat
DateTimeFormat. getFormat(DateTimeFormat.PredefinedFormat predef)
Get a DateTimeFormat instance for a predefined format.
-