Uses of Class
com.google.gwt.i18n.client.DateTimeFormat
Packages that use DateTimeFormat
Package
Description
Internationalization support for GWT applications.
The date picker widget and associated types.
-
Uses of DateTimeFormat in com.google.gwt.cell.client
Constructors in com.google.gwt.cell.client with parameters of type DateTimeFormatModifierConstructorDescriptionDatePickerCell(DateTimeFormat format) Constructs a new DatePickerCell that uses the given date/time format and aSimpleSafeHtmlRenderer.DatePickerCell(DateTimeFormat format, SafeHtmlRenderer<String> renderer) Constructs a new DatePickerCell that uses the given date/time format andSafeHtmlRenderer. -
Uses of DateTimeFormat in com.google.gwt.i18n.client
Methods in com.google.gwt.i18n.client that return DateTimeFormatModifier and TypeMethodDescriptionstatic DateTimeFormatDateTimeFormat.getFormat(DateTimeFormat.PredefinedFormat predef) Get a DateTimeFormat instance for a predefined format.static DateTimeFormatReturns a DateTimeFormat object using the specified pattern.protected static DateTimeFormatDateTimeFormat.getFormat(String pattern, DateTimeFormatInfo dtfi) Internal factory method that provides caching.static DateTimeFormatDateTimeFormat.getFullDateFormat()Deprecated.static DateTimeFormatDateTimeFormat.getFullDateTimeFormat()Deprecated.static DateTimeFormatDateTimeFormat.getFullTimeFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.TIME_FULLinsteadstatic DateTimeFormatDateTimeFormat.getLongDateFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.DATE_LONGinsteadstatic DateTimeFormatDateTimeFormat.getLongDateTimeFormat()Deprecated.static DateTimeFormatDateTimeFormat.getLongTimeFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.TIME_LONGinsteadstatic DateTimeFormatDateTimeFormat.getMediumDateFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.DATE_MEDIUMinsteadstatic DateTimeFormatDateTimeFormat.getMediumDateTimeFormat()Deprecated.static DateTimeFormatDateTimeFormat.getMediumTimeFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.TIME_MEDIUMinsteadstatic DateTimeFormatDateTimeFormat.getShortDateFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.DATE_SHORTinsteadstatic DateTimeFormatDateTimeFormat.getShortDateTimeFormat()Deprecated.static DateTimeFormatDateTimeFormat.getShortTimeFormat()Deprecated.usegetFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.TIME_SHORTinstead -
Uses of DateTimeFormat in com.google.gwt.user.datepicker.client
Methods in com.google.gwt.user.datepicker.client that return DateTimeFormatModifier and TypeMethodDescriptionDateBox.DefaultFormat.getDateTimeFormat()Gets the date time format.protected DateTimeFormatCalendarModel.getDayOfMonthFormatter()Gets the date of month formatter.protected DateTimeFormatCalendarModel.getDayOfWeekFormatter()Gets the day of week formatter.protected DateTimeFormatCalendarModel.getMonthAndYearFormatter()Gets the month and year formatter.protected DateTimeFormatCalendarModel.getMonthFormatter()Gets the month formatter.protected DateTimeFormatCalendarModel.getYearFormatter()Gets the year formatter.Constructors in com.google.gwt.user.datepicker.client with parameters of type DateTimeFormatModifierConstructorDescriptionDefaultFormat(DateTimeFormat dateTimeFormat) Creates a new default format instance.
getFormat(PredefinedFormat)withDateTimeFormat.PredefinedFormat.DATE_FULLinstead