Package de.flapdoodle.kfx.bindings.css
Class NumberCssMetaData
-
- All Implemented Interfaces:
public class NumberCssMetaData<S extends Styleable> extends CssMetaData<S, Number>
-
-
Constructor Summary
Constructors Constructor Description NumberCssMetaData(String cssProperty, Function1<S, SimpleStyleableDoubleProperty> propertyOfStylable)
-
Method Summary
Modifier and Type Method Description BooleanisSettable(S styleable)StyleableProperty<Number>getStyleableProperty(S styleable)final SimpleStyleableDoublePropertyasProperty(Double initialValue, Function0<Unit> onInvalidated)-
-
Method Detail
-
isSettable
Boolean isSettable(S styleable)
-
getStyleableProperty
StyleableProperty<Number> getStyleableProperty(S styleable)
-
asProperty
final SimpleStyleableDoubleProperty asProperty(Double initialValue, Function0<Unit> onInvalidated)
-
-
-
-