Uses of Enum Class
com.appjars.view.components.BadgeVariant
Packages that use BadgeVariant
-
Uses of BadgeVariant in com.appjars.view.components
Methods in com.appjars.view.components that return BadgeVariantModifier and TypeMethodDescriptionstatic BadgeVariantReturns the enum constant of this class with the specified name.static BadgeVariant[]BadgeVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.appjars.view.components with parameters of type BadgeVariantModifierConstructorDescriptionBadgeListLayout(List<String> badgesLabels, BadgeVariant badgeVariant, boolean alwaysDisplayDefaultDescription) BadgeListLayout(List<String> badgesLabels, BadgeVariant badgeVariant, boolean alwaysDisplayDefaultDescription, List<String> contrastBadgesLabels, String contrastBadgesTooltip) BadgeListLayout(List<String> badgesLabels, String defaultDescription, String emptyDescription, BadgeVariant badgeVariant) Constructs aBadgeListLayoutof badges with the specified labels and badge variant, default description and empty description.BadgeListLayout(List<String> badgesLabels, String defaultDescription, String emptyDescription, BadgeVariant badgeVariant, boolean alwaysDisplayDefaultDescription) Constructs aBadgeListLayoutof badges with the specified labels and badge variant , default description and empty description.BadgeListLayout(List<String> badgesLabels, String defaultDescription, String emptyDescription, BadgeVariant badgeVariant, boolean alwaysDisplayDefaultDescription, List<String> contrastBadgesLabels, String constrastBadgesTooltip) Constructs aBadgeListLayoutof badges with the specified labels badge variant, default description, empty description, and contrast badges with the specified labels.