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