GWT 2.7.0

Uses of Interface
com.google.gwt.i18n.client.DateTimeFormatInfo

Packages that use DateTimeFormatInfo
com.google.gwt.i18n.client Internationalization support for GWT applications. 
 

Uses of DateTimeFormatInfo in com.google.gwt.i18n.client
 

Methods in com.google.gwt.i18n.client that return DateTimeFormatInfo
 DateTimeFormatInfo LocaleInfo.getDateTimeFormatInfo()
          Returns a DateTimeConstants instance for this locale.
 

Methods in com.google.gwt.i18n.client with parameters of type DateTimeFormatInfo
protected static DateTimeFormat DateTimeFormat.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
DateTimeConstantsAdapter(DateTimeFormatInfo dtfi)
           
DateTimeFormat(java.lang.String pattern, DateTimeFormatInfo dtfi)
          Constructs a format object using the specified pattern and user-supplied date time constants.
 


GWT 2.7.0