
public static class CssProperty.FunctionValue extends CssProperty.Value
| Constructor and Description |
|---|
FunctionValue(String name,
CssProperty.ListValue values) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Generate a Java expression whose execution results in the value.
|
String |
getName() |
CssProperty.ListValue |
getValues() |
CssProperty.FunctionValue |
isFunctionValue() |
boolean |
isStatic()
Indicates if the value is static.
|
String |
toCss()
Generate a CSS expression that represents the Value.
|
isDotPathValue, isExpressionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStringValue, toStringpublic FunctionValue(String name, CssProperty.ListValue values)
public String getExpression()
CssProperty.ValuegetExpression in class CssProperty.Valuepublic String getName()
public CssProperty.ListValue getValues()
public CssProperty.FunctionValue isFunctionValue()
isFunctionValue in class CssProperty.Valuepublic boolean isStatic()
CssProperty.ValueisStatic in class CssProperty.ValueCssNode.isStatic()public String toCss()
CssProperty.ValuetoCss in class CssProperty.ValueCopyright © 2018. All rights reserved.