Interface HasObservableValue<E extends Element, B extends TypedBuilder<E,B>, T>

All Superinterfaces:
IsElement<E>, TypedBuilder<E,B>
All Known Implementing Classes:
Badge, NotificationBadge

public interface HasObservableValue<E extends Element, B extends TypedBuilder<E,B>, T> extends TypedBuilder<E,B>, IsElement<E>
Interface for components that can bind to an ObservableValue and react to value changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(org.patternfly.core.ObservableValue<T> ov)
     

    Methods inherited from interface IsElement

    element

    Methods inherited from interface TypedBuilder

    that
  • Method Details

    • bind

      B bind(org.patternfly.core.ObservableValue<T> ov)