Uses of Interface
com.google.gwt.i18n.client.DateTimeFormatInfo
-
Packages that use DateTimeFormatInfo Package Description com.google.gwt.i18n.client Internationalization support for GWT applications. -
-
Uses of DateTimeFormatInfo in com.google.gwt.i18n.client
Classes in com.google.gwt.i18n.client that implement DateTimeFormatInfo Modifier and Type Class Description (package private) classDateTimeFormatInfoAdapterAdapter that makes aDateTimeConstantsimplementation suitable for use with something that wants aDateTimeFormatInfo.classDefaultDateTimeFormatInfoFor backwards compatibility only.Methods in com.google.gwt.i18n.client that return DateTimeFormatInfo Modifier and Type Method Description DateTimeFormatInfoLocaleInfo. getDateTimeFormatInfo()Returns a DateTimeConstants instance for this locale.Methods in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfo Modifier and Type Method Description protected static DateTimeFormatDateTimeFormat. getFormat(java.lang.String pattern, DateTimeFormatInfo dtfi)Internal factory method that provides caching.Constructors in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfo Constructor Description DateTimeConstantsAdapter(DateTimeFormatInfo dtfi)DateTimeFormat(java.lang.String pattern, DateTimeFormatInfo dtfi)Constructs a format object using the specified pattern and user-supplied date time constants.
-