Uses of Class
org.patternfly.core.ObservableValue
Packages that use ObservableValue
Package
Description
Provides PatternFly component implementations for building web applications in Java.
Core classes and interfaces for PatternFly Java.
-
Uses of ObservableValue in org.patternfly.component
Methods in org.patternfly.component with parameters of type ObservableValue -
Uses of ObservableValue in org.patternfly.component.badge
Methods in org.patternfly.component.badge with parameters of type ObservableValueModifier and TypeMethodDescriptionBadge.bind(ObservableValue<Integer> ov) Binds an observable value to this component. -
Uses of ObservableValue in org.patternfly.component.notification
Methods in org.patternfly.component.notification with parameters of type ObservableValueModifier and TypeMethodDescriptionNotificationBadge.bind(ObservableValue<Integer> ov) Binds an observable value to this component.NotificationBadge.bindStatus(ObservableValue<NotificationStatus> os) Binds an observable status to this component. -
Uses of ObservableValue in org.patternfly.core
Methods in org.patternfly.core that return ObservableValueModifier and TypeMethodDescriptionstatic <T> ObservableValue<T> ObservableValue.ov(T initial) ObservableValue.subscribe(ObservableValue.Subscriber<T> fn)