Uses of Enum Class
com.flowingcode.vaadin.addons.demo.DynamicTheme
Packages that use DynamicTheme
-
Uses of DynamicTheme in com.flowingcode.vaadin.addons.demo
Methods in com.flowingcode.vaadin.addons.demo that return DynamicThemeModifier and TypeMethodDescriptionstatic DynamicThemeDynamicTheme.getCurrent()Return the current dynamic theme.static DynamicThemeReturns the enum constant of this class with the specified name.static DynamicTheme[]DynamicTheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.demo that return types with arguments of type DynamicThemeModifier and TypeMethodDescriptionThemeChangeEvent.getDynamicTheme()Returns the dynamic theme applied, if any.Constructors in com.flowingcode.vaadin.addons.demo with parameters of type DynamicThemeModifierConstructorDescriptionThemeChangeEvent(Component source, boolean fromClient, ColorScheme colorScheme, DynamicTheme dynamicTheme) Constructs a newThemeChangeEvent.