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