Class ReadOnlyIntegerProperty

java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Integer>
eu.hansolo.toolbox.properties.ReadOnlyIntegerProperty
Direct Known Subclasses:
IntegerProperty

public class ReadOnlyIntegerProperty extends ReadOnlyProperty<Integer>
  • Field Details

    • propertyToUpdate

      protected IntegerProperty propertyToUpdate
    • bidirectional

      protected boolean bidirectional
  • Constructor Details

    • ReadOnlyIntegerProperty

      public ReadOnlyIntegerProperty()
    • ReadOnlyIntegerProperty

      public ReadOnlyIntegerProperty(int value)
    • ReadOnlyIntegerProperty

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