Class IntegerProperty


public class IntegerProperty extends ReadOnlyIntegerProperty
  • Field Details

  • Constructor Details

    • IntegerProperty

      public IntegerProperty()
    • IntegerProperty

      public IntegerProperty(int value)
    • IntegerProperty

      public IntegerProperty(String name, int value)
    • IntegerProperty

      public IntegerProperty(Object bean, String name, int value)
  • Method Details

    • set

      public void set(int value)
    • setValue

      public void setValue(Integer value)
    • setValue

      protected void setValue(Integer value, IntegerProperty property)
    • invalidated

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

      public void unset()
    • setInitialValue

      public void setInitialValue(Integer initialValue)
    • bind

      public void bind(ReadOnlyIntegerProperty property)
    • isBound

      public boolean isBound()
    • bindBidirectional

      public void bindBidirectional(IntegerProperty property)
    • isBoundBidirectional

      public boolean isBoundBidirectional()
    • unbind

      public void unbind()
    • setPropertyToUpdate

      protected void setPropertyToUpdate(IntegerProperty property, boolean bidirectional)