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