Uses of Interface
com.google.gwt.i18n.shared.DateTimeFormatInfo
-
Packages that use DateTimeFormatInfo Package Description com.google.gwt.i18n.client Internationalization support for GWT applications.com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server. -
-
Uses of DateTimeFormatInfo in com.google.gwt.i18n.client
Subinterfaces of DateTimeFormatInfo in com.google.gwt.i18n.client Modifier and Type Interface Description interface
DateTimeFormatInfo
Deprecated.useDateTimeFormatInfo
insteadClasses in com.google.gwt.i18n.client that implement DateTimeFormatInfo Modifier and Type Class Description (package private) class
DateTimeFormatInfoAdapter
Adapter that makes aDateTimeConstants
implementation suitable for use with something that wants aDateTimeFormatInfo
.class
DefaultDateTimeFormatInfo
For backwards compatibility only. -
Uses of DateTimeFormatInfo in com.google.gwt.i18n.shared
Classes in com.google.gwt.i18n.shared that implement DateTimeFormatInfo Modifier and Type Class Description class
DefaultDateTimeFormatInfo
Default implementation of DateTimeFormatInfo interface, using values from the CLDR root locale.Methods in com.google.gwt.i18n.shared with parameters of type DateTimeFormatInfo Modifier and Type Method Description protected static DateTimeFormat
DateTimeFormat. getFormat(java.lang.String pattern, DateTimeFormatInfo dtfi)
Internal factory method that provides caching.Constructors in com.google.gwt.i18n.shared with parameters of type DateTimeFormatInfo Constructor Description DateTimeFormat(java.lang.String pattern, DateTimeFormatInfo dtfi)
Constructs a format object using the specified pattern and user-supplied date time constants.
-