Uses of Enum Class
com.flowingcode.vaadin.addons.cronexpressioneditor.CronExpressionEditor.Units
-
Uses of CronExpressionEditor.Units in com.flowingcode.vaadin.addons.cronexpressioneditor
Methods in com.flowingcode.vaadin.addons.cronexpressioneditor that return CronExpressionEditor.UnitsModifier and TypeMethodDescriptionstatic CronExpressionEditor.UnitsReturns the enum constant of this class with the specified name.static CronExpressionEditor.Units[]CronExpressionEditor.Units.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.cronexpressioneditor that return types with arguments of type CronExpressionEditor.UnitsModifier and TypeMethodDescriptionCronExpressionEditorI18n.getUnits()Gets the list of time unit labels.Method parameters in com.flowingcode.vaadin.addons.cronexpressioneditor with type arguments of type CronExpressionEditor.UnitsModifier and TypeMethodDescriptionCronExpressionEditorI18n.setUnits(Map<CronExpressionEditor.Units, String> units) Sets the list of time unit labels.