Package javafx.css

Class SimpleStyleableStringProperty

    • Constructor Detail

      • SimpleStyleableStringProperty

        public SimpleStyleableStringProperty​(CssMetaData<? extends Styleable,String> cssMetaData)
        The constructor of the SimpleStyleableStringProperty.
        Parameters:
        cssMetaData - the CssMetaData associated with this StyleableProperty
      • SimpleStyleableStringProperty

        public SimpleStyleableStringProperty​(CssMetaData<? extends Styleable,String> cssMetaData,
                                             String initialValue)
        The constructor of the SimpleStyleableStringProperty.
        Parameters:
        cssMetaData - the CssMetaData associated with this StyleableProperty
        initialValue - the initial value of the wrapped Object
      • SimpleStyleableStringProperty

        public SimpleStyleableStringProperty​(CssMetaData<? extends Styleable,String> cssMetaData,
                                             Object bean,
                                             String name)
        The constructor of the SimpleStyleableStringProperty.
        Parameters:
        cssMetaData - the CssMetaData associated with this StyleableProperty
        bean - the bean of this StringProperty
        name - the name of this StringProperty
      • SimpleStyleableStringProperty

        public SimpleStyleableStringProperty​(CssMetaData<? extends Styleable,String> cssMetaData,
                                             Object bean,
                                             String name,
                                             String initialValue)
        The constructor of the SimpleStyleableStringProperty.
        Parameters:
        cssMetaData - the CssMetaData associated with this StyleableProperty
        bean - the bean of this StringProperty
        name - the name of this StringProperty
        initialValue - the initial value of the wrapped Object