Module javafx.base

Class ReadOnlyBooleanWrapper

    • Constructor Detail

      • ReadOnlyBooleanWrapper

        public ReadOnlyBooleanWrapper()
        The constructor of ReadOnlyBooleanWrapper
      • ReadOnlyBooleanWrapper

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

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

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