Uses of Class
org.patternfly.component.badge.Badge
-
Packages that use Badge Package Description org.patternfly.component org.patternfly.component.badge org.patternfly.component.button -
-
Uses of Badge in org.patternfly.component
Methods in org.patternfly.component that return Badge Modifier and Type Method Description BadgeChip. badge()Deprecated. -
Uses of Badge in org.patternfly.component.badge
Methods in org.patternfly.component.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. onChange(ChangeHandler<Badge,Integer> onChange)BadgeBadge. read()Marks the badge as read.BadgeBadge. screenReader(String text)BadgeBadge. that()BadgeBadge. unread()Marks the badge as unread.Method parameters in org.patternfly.component.badge with type arguments of type Badge Modifier and Type Method Description BadgeBadge. onChange(ChangeHandler<Badge,Integer> onChange) -
Uses of Badge in org.patternfly.component.button
Methods in org.patternfly.component.button with parameters of type Badge Modifier and Type Method Description ButtonButton. addBadge(Badge badge)
-