Uses of Class
com.flowingcode.vaadin.addons.datetimerangepicker.ui.DateTimeRangePickerI18n
Packages that use DateTimeRangePickerI18n
-
Uses of DateTimeRangePickerI18n in com.flowingcode.vaadin.addons.datetimerangepicker.ui
Methods in com.flowingcode.vaadin.addons.datetimerangepicker.ui that return DateTimeRangePickerI18nModifier and TypeMethodDescriptionDateTimeRangePickerI18n.setDatesPlaceholder(String startDate, String endDate) Sets the date pickers' placeholder.DateTimeRangePickerI18n.setDatesTitle(String text) Sets the date pickers' title.DateTimeRangePickerI18n.setDayInitials(List<String> initials) Sets the week days picker's initials.DateTimeRangePickerI18n.setDaysChipsText(String weekend, String weekdays, String all) Sets the days filter chips' text.DateTimeRangePickerI18n.setDaysTitle(String text) Sets the days picker's title.DateTimeRangePickerI18n.setTimeChipsText(String morning, String afternoon, String all) Sets the time filter chips' text.DateTimeRangePickerI18n.setTimesPlaceholder(String startTime, String endTime) Sets the time pickers' placeholder.DateTimeRangePickerI18n.setTimesTitle(String text) Sets the time pickers' title.Methods in com.flowingcode.vaadin.addons.datetimerangepicker.ui with parameters of type DateTimeRangePickerI18nModifier and TypeMethodDescriptionvoidDateTimeRangePicker.setI18n(DateTimeRangePickerI18n i18n) Sets the custom text properties for internationalization purposes.