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) classAdapter that makes aDateTimeConstantsimplementation suitable for use with something that wants aDateTimeFormatInfo.classFor backwards compatibility only.Methods in com.google.gwt.i18n.client that return DateTimeFormatInfoModifier and TypeMethodDescriptionfinal DateTimeFormatInfoLocaleInfo.getDateTimeFormatInfo()Returns a DateTimeConstants instance for this locale.Methods in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfoModifier and TypeMethodDescriptionprotected static DateTimeFormatDateTimeFormat.getFormat(String pattern, DateTimeFormatInfo dtfi) Internal factory method that provides caching.Constructors in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfoModifierConstructorDescriptionprotectedDateTimeFormat(String pattern, DateTimeFormatInfo dtfi) Constructs a format object using the specified pattern and user-supplied date time constants.