Uses of Class
org.patternfly.component.badge.Badge
Packages that use Badge
Package
Description
-
Uses of Badge in org.patternfly.component.badge
Subclasses with type arguments of type Badge in org.patternfly.component.badgeModifier and TypeClassDescriptionclassA badge is used to annotate other information like a label or an object name.Classes in org.patternfly.component.badge that implement interfaces with type arguments of type BadgeModifier and TypeClassDescriptionclassA badge is used to annotate other information like a label or an object name.Methods in org.patternfly.component.badge that return BadgeModifier and TypeMethodDescriptionstatic BadgeBadge.badge(int count) static BadgeBadge.badge(int count, int limit) Badge.bind(ObservableValue<Integer> ov) Binds an observable value to this component.Badge.count(int count) Same as count(count, false)Badge.count(int count, boolean fireEvent) Sets the count of this badge.Use a function to render the text for the value ofBadge.count().Badge.limit(int limit) Sets the limit of this badgeBadge.maxDisplay(Function<Integer, String> maxDisplay) Use a function to render the text ifBadge.count()>Badge.limit(int).Badge.onChange(ChangeHandler<Badge, Integer> changeHandler) Defines a change handler that is called when theBadge.value()of this badge changes.Badge.read()Marks the badge as read.Badge.screenReader(String text) Badge.that()Badge.unread()Marks the badge as unread.Method parameters in org.patternfly.component.badge with type arguments of type BadgeModifier and TypeMethodDescriptionBadge.onChange(ChangeHandler<Badge, Integer> changeHandler) Defines a change handler that is called when theBadge.value()of this badge changes. -
Uses of Badge in org.patternfly.component.button
Methods in org.patternfly.component.button with parameters of type Badge