T
- the type of the property's valuepublic class SimpleStyleableObjectPropertyWrapper<T>
extends javafx.css.SimpleStyleableObjectProperty<T>
Constructor and Description |
---|
SimpleStyleableObjectPropertyWrapper(javafx.css.CssMetaData<? extends javafx.css.Styleable,T> cssMetaData,
javafx.beans.property.Property<T> property)
Creates a new styleable property that wraps another.
|
getBean, getCssMetaData, getName
applyStyle, bind, getStyleOrigin, set
addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
public SimpleStyleableObjectPropertyWrapper(javafx.css.CssMetaData<? extends javafx.css.Styleable,T> cssMetaData, javafx.beans.property.Property<T> property)
cssMetaData
- the CSS metadata describing this styleable propertyproperty
- the property to wrap