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, toString
public FunctionValue(String name, CssProperty.ListValue values)
public String getExpression()
CssProperty.Value
getExpression
in class CssProperty.Value
public String getName()
public CssProperty.ListValue getValues()
public CssProperty.FunctionValue isFunctionValue()
isFunctionValue
in class CssProperty.Value
public boolean isStatic()
CssProperty.Value
isStatic
in class CssProperty.Value
CssNode.isStatic()
public String toCss()
CssProperty.Value
toCss
in class CssProperty.Value
Copyright © 2018. All rights reserved.