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. bind(ObservableValue<Integer> ov)Binds an observable value to this component.BadgeBadge. count(int count)Same as count(count, false)BadgeBadge. count(int count, boolean fireEvent)Sets the count of this badge.BadgeBadge. display(Function<Integer,String> display)Use a function to render the text for the value ofcount().BadgeBadge. limit(int limit)Sets the limit of this badgeBadgeBadge. maxDisplay(Function<Integer,String> maxDisplay)Use a function to render the text ifcount()>limit(int).BadgeBadge. onChange(ChangeHandler<Badge,Integer> changeHandler)Defines a change handler that is called when thevalue()of this badge changes.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> changeHandler)Defines a change handler that is called when thevalue()of this badge changes. -
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. add(Badge badge)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)
-