|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalendarConstants
Defines the Strings that can be localized in gwt-cal.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages |
|---|
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select |
| Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource |
|---|
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning |
| Method Summary | |
|---|---|
String |
am()
String representing AM. |
String |
dateFormat()
Each column in the DayView represents a date in time, and
displays the date in its header (i.e. |
String |
dayOfMonthFormat()
Returns the pattern to format the days in a month. |
String |
firstDayOfWeek()
Returns what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France. |
String |
more(int appointments)
Footer for days in the MonthView in which there are more
appointments to display than fit in the day cell. |
String |
noon()
The localized text label for 12 p.m. |
String |
pm()
String representing AM. |
String |
timeFormat()
String used to format time in the DayView
components timeline. |
String |
weekdayFormat()
Each column in the MonthView represents a day of the week,
and displays the day of the week in its header (i.e. |
| Method Detail |
|---|
String more(int appointments)
MonthView in which there are more
appointments to display than fit in the day cell.
appointments - The number of additional appointments in the day
String noon()
String am()
String pm()
String timeFormat()
DayView
components timeline. Example: time is formatted in the US as h AM,
and is formatted in French HH:00.
String dateFormat()
DayView represents a date in time, and
displays the date in its header (i.e. Wed, Jan 15). This property
provides the pattern to format the date.
String weekdayFormat()
MonthView represents a day of the week,
and displays the day of the week in its header (i.e. Mon, Tue, Wed). This
property provides the pattern to format the day of the week.
String dayOfMonthFormat()
String firstDayOfWeek()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||