Class ObjectProperty<T>


public class ObjectProperty<T> extends ReadOnlyObjectProperty<T>
  • Field Details

  • Constructor Details

    • ObjectProperty

      public ObjectProperty()
    • ObjectProperty

      public ObjectProperty(T value)
    • ObjectProperty

      public ObjectProperty(String name, T value)
    • ObjectProperty

      public ObjectProperty(Object bean, String name, T value)
  • Method Details

    • set

      public void set(T value)
    • setValue

      public void setValue(T value)
    • setValue

      protected void setValue(T value, ObjectProperty<T> property)
    • invalidated

      public void invalidated()
      Overrides:
      invalidated in class ReadOnlyProperty<T>
    • unset

      public void unset()
    • setInitialValue

      public void setInitialValue(T initialValue)
    • bind

      public void bind(ReadOnlyObjectProperty<T> property)
    • isBound

      public boolean isBound()
    • bindBidirectional

      public void bindBidirectional(ObjectProperty<T> property)
    • isBoundBidirectional

      public boolean isBoundBidirectional()
    • unbind

      public void unbind()
    • setPropertyToUpdate

      protected void setPropertyToUpdate(ObjectProperty<T> property, boolean bidirectional)