Uses of Enum Class
com.storedobject.vaadin.ThemeStyle
Packages that use ThemeStyle
- 
Uses of ThemeStyle in com.storedobject.vaadinMethods in com.storedobject.vaadin that return ThemeStyleModifier and TypeMethodDescriptionstatic ThemeStyleReturns 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 voidThemeStyle.add(com.vaadin.flow.component.HasElement component, ThemeStyle... styles) Add theme styles.static voidThemeStyle.add(com.vaadin.flow.dom.Element element, ThemeStyle... styles) Add theme styles.default voidHasThemeStyle.addTheme(ThemeStyle... styles) Add theme styles.static voidThemeStyle.remove(com.vaadin.flow.component.HasElement component, ThemeStyle... styles) Remove theme styles.static voidThemeStyle.remove(com.vaadin.flow.dom.Element element, ThemeStyle... styles) Remove theme styles.default voidHasBadgeStyle.removeTheme(ThemeStyle... styles) Remove theme styles.default voidHasThemeStyle.removeTheme(ThemeStyle... styles) Remove theme styles.static voidThemeStyle.set(com.vaadin.flow.component.HasElement component, ThemeStyle... styles) Set theme styles.static voidThemeStyle.set(com.vaadin.flow.dom.Element element, ThemeStyle... styles) Set theme styles.default voidHasBadgeStyle.setTheme(ThemeStyle... styles) Set theme styles.default voidHasThemeStyle.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.