Class LazyProperty

  • All Implemented Interfaces:
    javafx.beans.Observable , javafx.beans.property.ReadOnlyProperty , javafx.beans.value.ObservableObjectValue , javafx.beans.value.ObservableValue

    
    public abstract class LazyProperty<T extends Object>
    extends ReadOnlyObjectProperty<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyProperty()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit addListener(InvalidationListener listener)
      Unit addListener(ChangeListener<in T> listener)
      Unit removeListener(InvalidationListener listener)
      Unit removeListener(ChangeListener<in T> listener)
      T get()
      final Unit invalidate()
      • Methods inherited from class javafx.beans.property.ReadOnlyObjectProperty

        toString
      • Methods inherited from class javafx.beans.value.ObservableValue

        flatMap, map, orElse, subscribe, subscribe, when
      • Methods inherited from class javafx.beans.Observable

        subscribe
      • Methods inherited from class javafx.beans.binding.ObjectExpression

        asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
      • Methods inherited from class javafx.beans.property.ReadOnlyProperty

        getBean, getName
      • Methods inherited from class java.lang.Object

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