Uses of Class
com.vaadin.componentfactory.datetimerangepicker.EnhancedDateTimeRangePicker.DatePickerI18n
-
Uses of EnhancedDateTimeRangePicker.DatePickerI18n in com.vaadin.componentfactory.datetimerangepicker
Methods in com.vaadin.componentfactory.datetimerangepicker that return EnhancedDateTimeRangePicker.DatePickerI18nModifier and TypeMethodDescriptionEnhancedDateTimeRangePicker.getI18n()Gets the internationalization object previously set for this component.EnhancedDateTimeRangePicker.DatePickerI18n.setCalendar(String calendar) Sets the translated word forcalendar.Sets the translated word forcancel.Sets the translated word forclear.EnhancedDateTimeRangePicker.DatePickerI18n.setFirstDayOfWeek(int firstDayOfWeek) Sets the first day of the week.EnhancedDateTimeRangePicker.DatePickerI18n.setLastMonth(String lastMonth) EnhancedDateTimeRangePicker.DatePickerI18n.setLastWeek(String lastWeek) EnhancedDateTimeRangePicker.DatePickerI18n.setLastYear(String lastYear) EnhancedDateTimeRangePicker.DatePickerI18n.setMonthNames(List<String> monthNames) Sets the name of the months, starting from January and ending on December.EnhancedDateTimeRangePicker.DatePickerI18n.setThisMonth(String thisMonth) EnhancedDateTimeRangePicker.DatePickerI18n.setThisWeek(String thisWeek) EnhancedDateTimeRangePicker.DatePickerI18n.setThisYear(String thisYear) Sets the translated word fortoday.Sets the translated word forweek.EnhancedDateTimeRangePicker.DatePickerI18n.setWeekdays(List<String> weekdays) Sets the name of the week days, starting fromSundayand ending onSaturday.EnhancedDateTimeRangePicker.DatePickerI18n.setWeekdaysShort(List<String> weekdaysShort) Sets the short names of the week days, starting fromsunand ending onsat.EnhancedDateTimeRangePicker.DatePickerI18n.setYesterday(String yesterday) Methods in com.vaadin.componentfactory.datetimerangepicker with parameters of type EnhancedDateTimeRangePicker.DatePickerI18nModifier and TypeMethodDescriptionvoidEnhancedDateTimeRangePicker.setI18n(EnhancedDateTimeRangePicker.DatePickerI18n i18n) Sets the internationalization properties for this component.