Module javafx.base

Class SimpleBooleanProperty

    • Constructor Detail

      • SimpleBooleanProperty

        public SimpleBooleanProperty()
        The constructor of BooleanProperty
      • SimpleBooleanProperty

        public SimpleBooleanProperty​(boolean initialValue)
        The constructor of BooleanProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleBooleanProperty

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

        public SimpleBooleanProperty​(Object bean,
                                     String name,
                                     boolean initialValue)
        The constructor of BooleanProperty
        Parameters:
        bean - the bean of this BooleanProperty
        name - the name of this BooleanProperty
        initialValue - the initial value of the wrapped value