DatePicker.DatePickerI18n |
DatePicker.getI18n() |
Gets the internationalization object previously set for this component.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setCalendar(String calendar) |
Deprecated.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setCancel(String cancel) |
Sets the translated word for cancel.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setClear(String clear) |
Deprecated.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setDateFormat(String dateFormat) |
Sets a custom date format to be used by the date picker.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setDateFormats(String primaryFormat,
String... additionalParsingFormats) |
Sets custom date formats to be used by the date picker.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setFirstDayOfWeek(int firstDayOfWeek) |
Sets the first day of the week.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setMonthNames(List<String> monthNames) |
Sets the name of the months, starting from January and ending on
December.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setReferenceDate(LocalDate referenceDate) |
Sets the referenceDate.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setToday(String today) |
Sets the translated word for today.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setWeek(String week) |
Deprecated.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setWeekdays(List<String> weekdays) |
Sets the name of the week days, starting from Sunday and
ending on Saturday.
|
DatePicker.DatePickerI18n |
DatePicker.DatePickerI18n.setWeekdaysShort(List<String> weekdaysShort) |
Sets the short names of the week days, starting from sun and
ending on sat.
|