public class SubCssMetaData<T> extends CssMetaData<Node,T>
Constructor and Description |
---|
SubCssMetaData(java.lang.String property,
StyleConverter converter) |
SubCssMetaData(java.lang.String property,
StyleConverter converter,
T initialValue) |
Modifier and Type | Method and Description |
---|---|
StyleableProperty<T> |
getStyleableProperty(Node node)
Return the corresponding
StyleableProperty for the given Node. |
boolean |
isSettable(Node node)
Check to see if the corresponding property on the given Node is
settable.
|
equals, getConverter, getInitialValue, getProperty, getSubProperties, hashCode, isInherits, set, toString
public SubCssMetaData(java.lang.String property, StyleConverter converter, T initialValue)
public SubCssMetaData(java.lang.String property, StyleConverter converter)
public boolean isSettable(Node node)
CssMetaData
isSettable
in class CssMetaData<Node,T>
node
- The Styleable on which the property value is being setpublic StyleableProperty<T> getStyleableProperty(Node node)
CssMetaData
StyleableProperty
for the given Node.
Note that calling this method will cause the property to be expanded.getStyleableProperty
in class CssMetaData<Node,T>
node
- The Styleable for which the property is returned