Uses of Class
org.patternfly.component.badge.Badge
-
Packages that use Badge Package Description org.patternfly.component.badge org.patternfly.component.button org.patternfly.component.chip org.patternfly.component.menu -
-
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) -
Uses of Badge in org.patternfly.component.chip
Methods in org.patternfly.component.chip that return Badge Modifier and Type Method Description BadgeChip. badge()Methods in org.patternfly.component.chip with parameters of type Badge Modifier and Type Method Description ChipChip. add(Badge badge)ChipChip. addBadge(Badge badge) -
Uses of Badge in org.patternfly.component.menu
Methods in org.patternfly.component.menu with parameters of type Badge Modifier and Type Method Description MenuToggleMenuToggle. add(Badge badge)MenuToggleMenuToggle. addBadge(Badge badge)
-