Uses of Enum Class
com.flowingcode.vaadin.addons.demo.ColorScheme
Packages that use ColorScheme
-
Uses of ColorScheme in com.flowingcode.vaadin.addons.demo
Methods in com.flowingcode.vaadin.addons.demo that return ColorSchemeModifier and TypeMethodDescriptionstatic ColorSchemeTabbedDemo.getColorScheme()Returns the current color scheme.static ColorSchemeReturns the enum constant of this class with the specified name.static ColorScheme[]ColorScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.demo with parameters of type ColorSchemeModifier and TypeMethodDescriptionstatic voidTabbedDemo.setColorScheme(Component component, @NonNull ColorScheme colorScheme) Sets the color scheme for the given component.Constructors in com.flowingcode.vaadin.addons.demo with parameters of type ColorSchemeModifierConstructorDescriptionThemeChangeEvent(Component source, boolean fromClient, ColorScheme colorScheme, DynamicTheme dynamicTheme) Constructs a newThemeChangeEvent.