Uses of Enum Class
com.storedobject.vaadin.ThemeStyle
Packages that use ThemeStyle
-
Uses of ThemeStyle in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return ThemeStyleModifier and TypeMethodDescriptionstatic ThemeStyle
Returns the enum constant of this class with the specified name.static ThemeStyle[]
ThemeStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.vaadin with parameters of type ThemeStyleModifier and TypeMethodDescriptionstatic void
ThemeStyle.add
(com.vaadin.flow.component.HasElement component, ThemeStyle... styles) Add theme styles.static void
ThemeStyle.add
(com.vaadin.flow.dom.Element element, ThemeStyle... styles) Add theme styles.default void
HasThemeStyle.addTheme
(ThemeStyle... styles) Add theme styles.static void
ThemeStyle.remove
(com.vaadin.flow.component.HasElement component, ThemeStyle... styles) Remove theme styles.static void
ThemeStyle.remove
(com.vaadin.flow.dom.Element element, ThemeStyle... styles) Remove theme styles.default void
HasBadgeStyle.removeTheme
(ThemeStyle... styles) Remove theme styles.default void
HasThemeStyle.removeTheme
(ThemeStyle... styles) Remove theme styles.static void
ThemeStyle.set
(com.vaadin.flow.component.HasElement component, ThemeStyle... styles) Set theme styles.static void
ThemeStyle.set
(com.vaadin.flow.dom.Element element, ThemeStyle... styles) Set theme styles.default void
HasBadgeStyle.setTheme
(ThemeStyle... styles) Set theme styles.default void
HasThemeStyle.setTheme
(ThemeStyle... styles) Set theme styles.Constructors in com.storedobject.vaadin with parameters of type ThemeStyleModifierConstructorDescriptionBadge
(Icon icon, String text, ThemeStyle... styles) Constructor.Badge
(String text, ThemeStyle... styles) Constructor.Badge
(String icon, String text, ThemeStyle... styles) Constructor.