Uses of Class
org.patternfly.component.notification.NotificationBadge
Packages that use NotificationBadge
-
Uses of NotificationBadge in org.patternfly.component.notification
Subclasses with type arguments of type NotificationBadge in org.patternfly.component.notificationModifier and TypeClassDescriptionclassA notification badge is a visual indicator that alerts users about incoming notifications.Classes in org.patternfly.component.notification that implement interfaces with type arguments of type NotificationBadgeModifier and TypeClassDescriptionclassA notification badge is a visual indicator that alerts users about incoming notifications.classA notification badge is a visual indicator that alerts users about incoming notifications.Methods in org.patternfly.component.notification that return NotificationBadgeModifier and TypeMethodDescriptionNotificationBadge.attention()NotificationBadge.bind(ObservableValue<Integer> ov) Binds an observable value to this component.NotificationBadge.bindStatus(ObservableValue<NotificationStatus> os) Binds an observable status to this component.NotificationBadge.count(int count) Same as count(count, false)NotificationBadge.count(int count, boolean fireEvent) Sets the count of this notification badge.static NotificationBadgeNotificationBadge.notificationBadge()static NotificationBadgeNotificationBadge.notificationBadge(int count) NotificationBadge.onChangeStatus(ChangeHandler<NotificationBadge, NotificationStatus> changeHandler) NotificationBadge.onChangeValue(ChangeHandler<NotificationBadge, Integer> changeHandler) Defines a change handler that is called when thevalue()of this notification badge changes.NotificationBadge.onClick(ComponentHandler<NotificationBadge> actionHandler) NotificationBadge.onToggle(ToggleHandler<NotificationBadge> toggleHandler) NotificationBadge.read()NotificationBadge.status(NotificationStatus status) Same as status(status, false)NotificationBadge.status(NotificationStatus status, boolean fireEvent) NotificationBadge.that()NotificationBadge.unread()Method parameters in org.patternfly.component.notification with type arguments of type NotificationBadgeModifier and TypeMethodDescriptionNotificationBadge.onChangeStatus(ChangeHandler<NotificationBadge, NotificationStatus> changeHandler) NotificationBadge.onChangeValue(ChangeHandler<NotificationBadge, Integer> changeHandler) Defines a change handler that is called when thevalue()of this notification badge changes.NotificationBadge.onClick(ComponentHandler<NotificationBadge> actionHandler) NotificationBadge.onToggle(ToggleHandler<NotificationBadge> toggleHandler) -
Uses of NotificationBadge in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type NotificationBadgeModifier and TypeMethodDescriptionvoidPage.wire(NotificationBadge notificationBadge, NotificationDrawer notificationDrawer)