Uses of Class
com.flowingcode.vaadin.addons.cronexpressionfield.CronExpressionFieldI18n
-
Uses of CronExpressionFieldI18n in com.flowingcode.vaadin.addons.cronexpressionfield
Methods in com.flowingcode.vaadin.addons.cronexpressionfield that return CronExpressionFieldI18nModifier and TypeMethodDescriptionstatic CronExpressionFieldI18nCronExpressionFieldI18n.createDefault()Creates a new instance ofCronExpressionFieldI18nwith default values.CronExpressionFieldI18n.setClearBtn(String clearBtn) Sets the label for the clear button.CronExpressionFieldI18n.setCommonExpressionsLabel(String commonExpressionsLabel) Sets the label for the common expressions section.CronExpressionFieldI18n.setCronExpressionLabel(String cronExpressionLabel) Sets the label for the cron expression input.CronExpressionFieldI18n.setDayOfMonthLabel(String dayOfMonthLabel) Sets the label for the day-of-month field.CronExpressionFieldI18n.setDayOfMonthTooltip(String dayOfMonthTooltip) Sets the tooltip for the day-of-month input field.CronExpressionFieldI18n.setDaySelectorTooltip(String daySelectorTooltip) Sets the tooltip for the day selector.CronExpressionFieldI18n.setDescriptionLabel(String descriptionLabel) Sets the label for the description field.CronExpressionFieldI18n.setDescriptionPlaceholder(String descriptionPlaceholder) Sets the placeholder text for the description field.CronExpressionFieldI18n.setInputExpressionTooltip(String inputExpressionTooltip) Sets the tooltip for the cron expression input.CronExpressionFieldI18n.setLayoutOptions(Map<LayoutOptions, String> layoutOptions) Sets the localized layout option labels.Sets the label for the month selector.CronExpressionFieldI18n.setMonthFieldTooltip(String monthFieldTooltip) Sets the tooltip for the month input field.CronExpressionFieldI18n.setRepeatEveryLabel(String repeatEveryLabel) Sets the label for the "Repeat every" selector.CronExpressionFieldI18n.setShowNextDatesBtn(String showNextDatesBtn) Sets the label for the "Show next dates" button.CronExpressionFieldI18n.setStartsAtLabel(String startsAtLabel) Sets the label for the "Starts at" field.CronExpressionFieldI18n.setStartsAtTooltip(String startsAtTooltip) Sets the tooltip for the "Starts at" field.CronExpressionFieldI18n.setTimeAmountTooltip(String timeAmountTooltip) Sets the tooltip for the time amount input.CronExpressionFieldI18n.setTimePickerLabel(String timePickerLabel) Sets the label for the time picker (alias for starts at label).CronExpressionFieldI18n.setUnits(Map<CronExpressionField.Units, String> units) Sets the list of time unit labels.Methods in com.flowingcode.vaadin.addons.cronexpressionfield with parameters of type CronExpressionFieldI18nModifier and TypeMethodDescriptionvoidCronExpressionField.setI18n(CronExpressionFieldI18n i18n) Sets the internationalization settings for the field.