Module javafx.base

Class SimpleStringProperty

    • Constructor Detail

      • SimpleStringProperty

        public SimpleStringProperty()
        The constructor of StringProperty
      • SimpleStringProperty

        public SimpleStringProperty​(String initialValue)
        The constructor of StringProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleStringProperty

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

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