Class ProxyObservableValue.Exposed<T>

java.lang.Object
javafx.beans.value.ObservableValueBase<T>
com.iamsoft.util.ui.javafx.ProxyObservableValue<T>
com.iamsoft.util.ui.javafx.ProxyObservableValue.Exposed<T>
Type Parameters:
T - Item type.
All Implemented Interfaces:
javafx.beans.Observable, javafx.beans.value.ObservableValue<T>
Enclosing class:
ProxyObservableValue<T>

public static class ProxyObservableValue.Exposed<T> extends ProxyObservableValue<T>
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.ObjectProperty<javafx.beans.value.ObservableValue<? extends T>>
     
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.ProxyObservableValue

    ProxyObservableValue.Exposed<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Exposed(javafx.beans.value.ObservableValue<? extends T> pDelegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.ObjectProperty<javafx.beans.value.ObservableValue<? extends T>>
     
    javafx.beans.value.ObservableValue<? extends T>
    Gets the value of the property delegate.
    void
    setDelegate(javafx.beans.value.ObservableValue<? extends T> pDelegate)
    Sets the value of the property delegate.

    Methods inherited from class com.iamsoft.util.ui.javafx.ProxyObservableValue

    fromObservable, getValue

    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