public abstract static class CssProperty.Value extends Object
Constructor and Description |
---|
Value() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getExpression()
Generate a Java expression whose execution results in the value.
|
CssProperty.DotPathValue |
isDotPathValue() |
CssProperty.ExpressionValue |
isExpressionValue() |
CssProperty.FunctionValue |
isFunctionValue() |
CssProperty.IdentValue |
isIdentValue() |
CssProperty.ListValue |
isListValue() |
CssProperty.NumberValue |
isNumberValue() |
boolean |
isSpaceRequired() |
boolean |
isStatic()
Indicates if the value is static.
|
CssProperty.StringValue |
isStringValue() |
abstract String |
toCss()
Generate a CSS expression that represents the Value.
|
String |
toString()
For debugging only.
|
public abstract String getExpression()
public CssProperty.DotPathValue isDotPathValue()
public CssProperty.ExpressionValue isExpressionValue()
public CssProperty.FunctionValue isFunctionValue()
public CssProperty.IdentValue isIdentValue()
public CssProperty.ListValue isListValue()
public CssProperty.NumberValue isNumberValue()
public boolean isSpaceRequired()
public boolean isStatic()
CssNode.isStatic()
public CssProperty.StringValue isStringValue()
public abstract String toCss()
Copyright © 2018. All rights reserved.