com.google.gwt.i18n.client.impl.cldr
Class DateTimeFormatInfoImpl_tl

java.lang.Object
  extended by com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
      extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl
          extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_tl
All Implemented Interfaces:
DateTimeFormatInfo, Localizable

public class DateTimeFormatInfoImpl_tl
extends DateTimeFormatInfoImpl

Implementation of DateTimeFormatInfo for locale "tl".


Constructor Summary
DateTimeFormatInfoImpl_tl()
           
 
Method Summary
 java.lang.String dateFormatFull()
           
 java.lang.String[] erasFull()
           
 java.lang.String[] erasShort()
           
 java.lang.String formatYearMonthAbbrevDay()
           
 java.lang.String formatYearMonthFullDay()
           
 java.lang.String formatYearMonthNum()
           
 java.lang.String formatYearMonthNumDay()
           
 java.lang.String formatYearMonthWeekdayDay()
           
 java.lang.String[] monthsFull()
           
 java.lang.String[] monthsFullStandalone()
           
 java.lang.String[] monthsNarrow()
           
 java.lang.String[] monthsNarrowStandalone()
           
 java.lang.String[] monthsShort()
           
 java.lang.String[] monthsShortStandalone()
           
 java.lang.String[] quartersFull()
           
 java.lang.String timeFormatFull()
           
 java.lang.String timeFormatLong()
           
 java.lang.String timeFormatMedium()
           
 java.lang.String timeFormatShort()
           
 java.lang.String[] weekdaysFull()
           
 java.lang.String[] weekdaysFullStandalone()
           
 java.lang.String[] weekdaysNarrow()
           
 java.lang.String[] weekdaysNarrowStandalone()
           
 java.lang.String[] weekdaysShort()
           
 java.lang.String[] weekdaysShortStandalone()
           
 
Methods inherited from class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
ampms, dateFormat, dateFormatLong, dateFormatMedium, dateFormatShort, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, firstDayOfTheWeek, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthAbbrevDay, formatMonthFull, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYear, formatYearMonthAbbrev, formatYearMonthFull, formatYearQuarterFull, formatYearQuarterShort, quartersShort, timeFormat, weekendEnd, weekendStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeFormatInfoImpl_tl

public DateTimeFormatInfoImpl_tl()
Method Detail

dateFormatFull

public java.lang.String dateFormatFull()
Specified by:
dateFormatFull in interface DateTimeFormatInfo
Overrides:
dateFormatFull in class DefaultDateTimeFormatInfo
Returns:
a "full" date format.

erasFull

public java.lang.String[] erasFull()
Specified by:
erasFull in interface DateTimeFormatInfo
Overrides:
erasFull in class DefaultDateTimeFormatInfo
Returns:
an array of the full era names.

erasShort

public java.lang.String[] erasShort()
Specified by:
erasShort in interface DateTimeFormatInfo
Overrides:
erasShort in class DefaultDateTimeFormatInfo
Returns:
abbreviations of the era names.

formatYearMonthAbbrevDay

public java.lang.String formatYearMonthAbbrevDay()
Specified by:
formatYearMonthAbbrevDay in interface DateTimeFormatInfo
Overrides:
formatYearMonthAbbrevDay in class DefaultDateTimeFormatInfo
Returns:
localized format equivalent to the "yMMMd" skeleton pattern.

formatYearMonthFullDay

public java.lang.String formatYearMonthFullDay()
Specified by:
formatYearMonthFullDay in interface DateTimeFormatInfo
Overrides:
formatYearMonthFullDay in class DefaultDateTimeFormatInfo
Returns:
localized format equivalent to the "yMMMMd" skeleton pattern.

formatYearMonthNum

public java.lang.String formatYearMonthNum()
Specified by:
formatYearMonthNum in interface DateTimeFormatInfo
Overrides:
formatYearMonthNum in class DefaultDateTimeFormatInfo
Returns:
localized format equivalent to the "yM" skeleton pattern.

formatYearMonthNumDay

public java.lang.String formatYearMonthNumDay()
Specified by:
formatYearMonthNumDay in interface DateTimeFormatInfo
Overrides:
formatYearMonthNumDay in class DefaultDateTimeFormatInfo
Returns:
localized format equivalent to the "yMd" skeleton pattern.

formatYearMonthWeekdayDay

public java.lang.String formatYearMonthWeekdayDay()
Specified by:
formatYearMonthWeekdayDay in interface DateTimeFormatInfo
Overrides:
formatYearMonthWeekdayDay in class DefaultDateTimeFormatInfo
Returns:
localized format equivalent to the "yMMMEEEd" skeleton pattern.

monthsFull

public java.lang.String[] monthsFull()
Specified by:
monthsFull in interface DateTimeFormatInfo
Overrides:
monthsFull in class DefaultDateTimeFormatInfo
Returns:
an array of full month names.

monthsFullStandalone

public java.lang.String[] monthsFullStandalone()
Specified by:
monthsFullStandalone in interface DateTimeFormatInfo
Overrides:
monthsFullStandalone in class DefaultDateTimeFormatInfo
Returns:
an array of month names for use in a stand-alone context.

monthsNarrow

public java.lang.String[] monthsNarrow()
Specified by:
monthsNarrow in interface DateTimeFormatInfo
Overrides:
monthsNarrow in class DefaultDateTimeFormatInfo
Returns:
an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.

monthsNarrowStandalone

public java.lang.String[] monthsNarrowStandalone()
Specified by:
monthsNarrowStandalone in interface DateTimeFormatInfo
Overrides:
monthsNarrowStandalone in class DefaultDateTimeFormatInfo
Returns:
an array of the shortest abbreviations for months suitable for use in a stand-alone context, typically a single character and not guaranteed to be unique.

monthsShort

public java.lang.String[] monthsShort()
Specified by:
monthsShort in interface DateTimeFormatInfo
Overrides:
monthsShort in class DefaultDateTimeFormatInfo
Returns:
an array of month abbreviations.

monthsShortStandalone

public java.lang.String[] monthsShortStandalone()
Specified by:
monthsShortStandalone in interface DateTimeFormatInfo
Overrides:
monthsShortStandalone in class DefaultDateTimeFormatInfo
Returns:
an array of month abbreviations, suitable for use in a stand-alone context.

quartersFull

public java.lang.String[] quartersFull()
Specified by:
quartersFull in interface DateTimeFormatInfo
Overrides:
quartersFull in class DefaultDateTimeFormatInfo
Returns:
an array of full quarter names.

timeFormatFull

public java.lang.String timeFormatFull()
Specified by:
timeFormatFull in interface DateTimeFormatInfo
Overrides:
timeFormatFull in class DefaultDateTimeFormatInfo
Returns:
a "full" time format.

timeFormatLong

public java.lang.String timeFormatLong()
Specified by:
timeFormatLong in interface DateTimeFormatInfo
Overrides:
timeFormatLong in class DefaultDateTimeFormatInfo
Returns:
a "long" time format.

timeFormatMedium

public java.lang.String timeFormatMedium()
Specified by:
timeFormatMedium in interface DateTimeFormatInfo
Overrides:
timeFormatMedium in class DefaultDateTimeFormatInfo
Returns:
a "medium" time format.

timeFormatShort

public java.lang.String timeFormatShort()
Specified by:
timeFormatShort in interface DateTimeFormatInfo
Overrides:
timeFormatShort in class DefaultDateTimeFormatInfo
Returns:
a "short" time format.

weekdaysFull

public java.lang.String[] weekdaysFull()
Specified by:
weekdaysFull in interface DateTimeFormatInfo
Overrides:
weekdaysFull in class DefaultDateTimeFormatInfo
Returns:
an array of the full names of weekdays.

weekdaysFullStandalone

public java.lang.String[] weekdaysFullStandalone()
Specified by:
weekdaysFullStandalone in interface DateTimeFormatInfo
Overrides:
weekdaysFullStandalone in class DefaultDateTimeFormatInfo
Returns:
an array of the full names of weekdays, suitable for use in a stand-alone context.

weekdaysNarrow

public java.lang.String[] weekdaysNarrow()
Specified by:
weekdaysNarrow in interface DateTimeFormatInfo
Overrides:
weekdaysNarrow in class DefaultDateTimeFormatInfo
Returns:
an array of the shortest abbreviations for weekdays, typically a single character and not guaranteed to be unique.

weekdaysNarrowStandalone

public java.lang.String[] weekdaysNarrowStandalone()
Specified by:
weekdaysNarrowStandalone in interface DateTimeFormatInfo
Overrides:
weekdaysNarrowStandalone in class DefaultDateTimeFormatInfo
Returns:
an array of the shortest abbreviations for weekdays suitable for use in a stand-alone context, typically a single character and not guaranteed to be unique.

weekdaysShort

public java.lang.String[] weekdaysShort()
Specified by:
weekdaysShort in interface DateTimeFormatInfo
Overrides:
weekdaysShort in class DefaultDateTimeFormatInfo
Returns:
an array of abbreviations for weekdays.

weekdaysShortStandalone

public java.lang.String[] weekdaysShortStandalone()
Specified by:
weekdaysShortStandalone in interface DateTimeFormatInfo
Overrides:
weekdaysShortStandalone in class DefaultDateTimeFormatInfo
Returns:
an array of abbreviations for weekdays, suitable for use in a stand-alone context.