Uses of Enum Class
com.flowingcode.vaadin.addons.cronexpressionfield.LayoutOptions
-
Uses of LayoutOptions in com.flowingcode.vaadin.addons.cronexpressionfield
Methods in com.flowingcode.vaadin.addons.cronexpressionfield that return LayoutOptionsModifier and TypeMethodDescriptionstatic LayoutOptionsReturns the enum constant of this class with the specified name.static LayoutOptions[]LayoutOptions.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 LayoutOptionsModifier and TypeMethodDescriptionCronExpressionFieldI18n.getLayoutOptions()Gets the localized layout option labels.Method parameters in com.flowingcode.vaadin.addons.cronexpressionfield with type arguments of type LayoutOptionsModifier and TypeMethodDescriptionCronExpressionFieldI18n.setLayoutOptions(Map<LayoutOptions, String> layoutOptions) Sets the localized layout option labels.