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