Uses of Class
org.patternfly.components.badge.Badge
-
Packages that use Badge Package Description org.patternfly.components org.patternfly.components.badge -
-
Uses of Badge in org.patternfly.components
Methods in org.patternfly.components that return Badge Modifier and Type Method Description BadgeChip. badge() -
Uses of Badge in org.patternfly.components.badge
Methods in org.patternfly.components.badge that return Badge Modifier and Type Method Description static BadgeBadge. badge(int count)static BadgeBadge. badge(int count, int limit)BadgeBadge. count(int count)Sets the count of this badge.BadgeBadge. limit(int limit)Sets the limit of this badgeBadgeBadge. read()Marks the badge as read.BadgeBadge. screenReader(String text)BadgeBadge. that()BadgeBadge. unread()Marks the badge as unread.
-