Uses of Enum Class
com.flowingcode.vaadin.addons.cronexpressioneditor.LayoutOptions
-
Uses of LayoutOptions in com.flowingcode.vaadin.addons.cronexpressioneditor
Methods in com.flowingcode.vaadin.addons.cronexpressioneditor 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.cronexpressioneditor that return types with arguments of type LayoutOptionsModifier and TypeMethodDescriptionCronExpressionEditorI18n.getLayoutOptions()Gets the localized layout option labels.Method parameters in com.flowingcode.vaadin.addons.cronexpressioneditor with type arguments of type LayoutOptionsModifier and TypeMethodDescriptionCronExpressionEditorI18n.setLayoutOptions(Map<LayoutOptions, String> layoutOptions) Sets the localized layout option labels.