Uses of Interface
com.google.gwt.i18n.client.constants.DateTimeConstants
-
Packages that use DateTimeConstants Package Description com.google.gwt.i18n.client Internationalization support for GWT applications.com.google.gwt.i18n.client.constants Predefined internationalized constants for currency, date, time, and numbers. -
-
Uses of DateTimeConstants in com.google.gwt.i18n.client
Classes in com.google.gwt.i18n.client that implement DateTimeConstants Modifier and Type Class Description (package private) class
DateTimeConstantsAdapter
Adapter that makes aDateTimeFormatInfo
implementation suitable for use with something that wants aDateTimeConstants
.Methods in com.google.gwt.i18n.client that return DateTimeConstants Modifier and Type Method Description DateTimeConstants
LocaleInfo. getDateTimeConstants()
Returns a DateTimeConstants instance for this locale.Constructors in com.google.gwt.i18n.client with parameters of type DateTimeConstants Constructor Description DateTimeFormat(java.lang.String pattern, DateTimeConstants dateTimeConstants)
Deprecated.DateTimeFormatInfoAdapter(DateTimeConstants dtc)
-
Uses of DateTimeConstants in com.google.gwt.i18n.client.constants
Subinterfaces of DateTimeConstants in com.google.gwt.i18n.client.constants Modifier and Type Interface Description interface
DateTimeConstantsImpl
DateTimeConstantsImpl class encapsulate a collection of DateTime formatting symbols for use with DateTime format and parse services.Methods in com.google.gwt.i18n.client.constants that return DateTimeConstants Modifier and Type Method Description DateTimeConstants
LocaleConstants. getDateTimeConstants()
-