Module javafx.base

Class SimpleIntegerProperty

    • Constructor Detail

      • SimpleIntegerProperty

        public SimpleIntegerProperty()
        The constructor of IntegerProperty
      • SimpleIntegerProperty

        public SimpleIntegerProperty​(int initialValue)
        The constructor of IntegerProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleIntegerProperty

        public SimpleIntegerProperty​(Object bean,
                                     String name)
        The constructor of IntegerProperty
        Parameters:
        bean - the bean of this IntegerProperty
        name - the name of this IntegerProperty
      • SimpleIntegerProperty

        public SimpleIntegerProperty​(Object bean,
                                     String name,
                                     int initialValue)
        The constructor of IntegerProperty
        Parameters:
        bean - the bean of this IntegerProperty
        name - the name of this IntegerProperty
        initialValue - the initial value of the wrapped value