Uses of Enum Class
com.flowingcode.vaadin.addons.markdown.BaseMarkdownComponent.DataColorMode
-
Uses of BaseMarkdownComponent.DataColorMode in com.flowingcode.vaadin.addons.markdown
Methods in com.flowingcode.vaadin.addons.markdown that return BaseMarkdownComponent.DataColorModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BaseMarkdownComponent.DataColorMode[]BaseMarkdownComponent.DataColorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.markdown with parameters of type BaseMarkdownComponent.DataColorModeModifier and TypeMethodDescriptionvoidBaseMarkdownComponent.setDataColorMode(BaseMarkdownComponent.DataColorMode mode) Sets the color mode of the Markdown component.