Uses of Class
org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
-
Uses of DateTimeComboPickerI18n in org.vaadin.addons.krissvaa.datetimecombopicker
Methods in org.vaadin.addons.krissvaa.datetimecombopicker that return DateTimeComboPickerI18nModifier and TypeMethodDescriptionDateTimeComboPicker.getI18n()Gets the internationalization settings.Sets the AM marker text shown in the AM/PM column.DateTimeComboPickerI18n.setBadInputErrorMessage(String badInputErrorMessage) Sets the error message shown when the typed text does not match the format pattern.Sets the label of the Cancel button in the action bar.DateTimeComboPickerI18n.setDateDisabledErrorMessage(String dateDisabledErrorMessage) Sets the error message shown when the value's date is disabled viaDateTimeComboPicker.setDateDisabledFunction(String).DateTimeComboPickerI18n.setDateTab(String dateTab) Sets the label of the Date tab in the tabbed fullscreen layout (seeDateTimeComboPicker.setMobileTabs(boolean)).DateTimeComboPickerI18n.setFirstDayOfWeek(int firstDayOfWeek) Sets the first day of the week, 0 = Sunday ...Sets the accessible label of the hours column.DateTimeComboPickerI18n.setMaxErrorMessage(String maxErrorMessage) Sets the error message shown when the value is later than the maximum.DateTimeComboPickerI18n.setMeridiem(String meridiem) Sets the accessible label of the AM/PM column.DateTimeComboPickerI18n.setMinErrorMessage(String minErrorMessage) Sets the error message shown when the value is earlier than the minimum.DateTimeComboPickerI18n.setMinutes(String minutes) Sets the accessible label of the minutes column.DateTimeComboPickerI18n.setMonthNames(List<String> monthNames) Sets the month names, January first.DateTimeComboPickerI18n.setNextMonth(String nextMonth) Sets the accessible label of the next-month button.Sets the label of the OK button in the action bar.Sets the PM marker text shown in the AM/PM column.DateTimeComboPickerI18n.setPrevMonth(String prevMonth) Sets the accessible label of the previous-month button.DateTimeComboPickerI18n.setRequiredErrorMessage(String requiredErrorMessage) Sets the error message shown when a required field is left empty.DateTimeComboPickerI18n.setSeconds(String seconds) Sets the accessible label of the seconds column.DateTimeComboPickerI18n.setTimeTab(String timeTab) Sets the label of the Time tab in the tabbed fullscreen layout (seeDateTimeComboPicker.setMobileTabs(boolean)).Sets the label of the "Today" button.DateTimeComboPickerI18n.setWeekdays(List<String> weekdays) Sets the weekday names, Sunday first.DateTimeComboPickerI18n.setWeekdaysShort(List<String> weekdaysShort) Sets the short weekday names, Sunday first.Sets the accessible label of the year selector.Methods in org.vaadin.addons.krissvaa.datetimecombopicker with parameters of type DateTimeComboPickerI18nModifier and TypeMethodDescriptionvoidDateTimeComboPicker.setI18n(DateTimeComboPickerI18n i18n) Sets the internationalization settings.