Uses of Interface
com.google.gwt.i18n.client.DateTimeFormatInfo
Packages that use DateTimeFormatInfo
-
Uses of DateTimeFormatInfo in com.google.gwt.i18n.client
Classes in com.google.gwt.i18n.client that implement DateTimeFormatInfoModifier and TypeClassDescription(package private) class
Adapter that makes aDateTimeConstants
implementation suitable for use with something that wants aDateTimeFormatInfo
.class
For backwards compatibility only.Methods in com.google.gwt.i18n.client that return DateTimeFormatInfoModifier and TypeMethodDescriptionfinal DateTimeFormatInfo
LocaleInfo.getDateTimeFormatInfo()
Returns a DateTimeConstants instance for this locale.Methods in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfoModifier and TypeMethodDescriptionprotected static DateTimeFormat
DateTimeFormat.getFormat
(String pattern, DateTimeFormatInfo dtfi) Internal factory method that provides caching.Constructors in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfoModifierConstructorDescriptionprotected
DateTimeFormat
(String pattern, DateTimeFormatInfo dtfi) Constructs a format object using the specified pattern and user-supplied date time constants.