Create a StyleableProperty<String> using previously created CssMetaData for the given cssProperty.
styleable | The this reference of the returned property. This is also the property bean. | |
propertyName | The field name of the StyleableProperty<String> | |
cssProperty | The CSS property name |
java.lang.IllegalArgumentException | if cssProperty is null or empty | |
java.util.NoSuchElementException | if the CssMetaData for cssProperty was not created prior to this method invocation |
Diagram: StyleablePropertyFactory