Uses of Class
com.appjars.view.components.RestrictionCountBadge
Packages that use RestrictionCountBadge
-
Uses of RestrictionCountBadge in com.appjars.view.components
Fields in com.appjars.view.components with type parameters of type RestrictionCountBadgeModifier and TypeFieldDescriptionprotected final List<RestrictionCountBadge> RestrictionsComponent.badgesMethods in com.appjars.view.components with parameters of type RestrictionCountBadgeModifier and TypeMethodDescriptionvoidRestrictionsComponent.addBadges(RestrictionCountBadge... badges) Adds the specified badges to the component.Constructors in com.appjars.view.components with parameters of type RestrictionCountBadgeModifierConstructorDescriptionRestrictionsComponent(RestrictionCountBadge... badges) Creates a new RestrictionsComponent with the specified badges.