public static class CssProperty.ListValue extends CssProperty.Value
Constructor and Description |
---|
ListValue(CssProperty.Value... values) |
ListValue(List<CssProperty.Value> values) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Generate a Java expression whose execution results in the value.
|
List<CssProperty.Value> |
getValues() |
CssProperty.ListValue |
isListValue() |
boolean |
isStatic()
A ListValue is static if all of its component values are static.
|
String |
toCss()
Generate a CSS expression that represents the Value.
|
isDotPathValue, isExpressionValue, isFunctionValue, isIdentValue, isNumberValue, isSpaceRequired, isStringValue, toString
public ListValue(List<CssProperty.Value> values)
public ListValue(CssProperty.Value... values)
public String getExpression()
CssProperty.Value
getExpression
in class CssProperty.Value
public List<CssProperty.Value> getValues()
public CssProperty.ListValue isListValue()
isListValue
in class CssProperty.Value
public boolean isStatic()
isStatic
in class CssProperty.Value
CssNode.isStatic()
public String toCss()
CssProperty.Value
toCss
in class CssProperty.Value
Copyright © 2018. All rights reserved.