Class ChainedObservableValue<T>

java.lang.Object
javafx.beans.value.ObservableValueBase<T>
com.iamsoft.util.ui.javafx.ChainedObservableValue<T>
Type Parameters:
T - Value type.
All Implemented Interfaces:
javafx.beans.Observable, javafx.beans.value.ObservableValue<T>

public class ChainedObservableValue<T> extends javafx.beans.value.ObservableValueBase<T>
A property [of a property]*. If 'ancestral' property is swapped, listeners are automatically transferred.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChainedObservableValue(javafx.beans.value.ObservableValue<?> pRoot, Function<?,? extends javafx.beans.value.ObservableValue<?>>... pFunctions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class javafx.beans.value.ObservableValueBase

    addListener, addListener, fireValueChangedEvent, removeListener, removeListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javafx.beans.value.ObservableValue

    flatMap, map, orElse, when
  • Constructor Details

    • ChainedObservableValue

      public ChainedObservableValue(javafx.beans.value.ObservableValue<?> pRoot, Function<?,? extends javafx.beans.value.ObservableValue<?>>... pFunctions)
  • Method Details

    • getValue

      public T getValue()