Package com.storedobject.vaadin
Interface HasBadgeStyle
- All Superinterfaces:
com.vaadin.flow.component.HasElement
,HasThemeStyle
,Serializable
- All Known Implementing Classes:
Badge
,BadgeIcon
,Breadcrumbs.Breadcrumb
,ImageButton
Interface to mark that a class has theme styles of badge.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Clear all theme styles.default void
removeTheme
(ThemeStyle... styles) Remove theme styles.default void
setTheme
(ThemeStyle... styles) Set theme styles.Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.storedobject.vaadin.HasThemeStyle
addTheme, asPrimary, asSmall, getInternalElement
-
Method Details
-
setTheme
Set theme styles.ThemeStyle.BADGE
will be automatically added.- Specified by:
setTheme
in interfaceHasThemeStyle
- Parameters:
styles
- Style to set
-
clearThemes
default void clearThemes()Clear all theme styles.ThemeStyle.BADGE
will not be removed.- Specified by:
clearThemes
in interfaceHasThemeStyle
-
removeTheme
Remove theme styles.ThemeStyle.BADGE
will not be removed.- Specified by:
removeTheme
in interfaceHasThemeStyle
- Parameters:
styles
- Style to remove
-