public static class CssProperty.IdentValue extends CssProperty.Value
Constructor and Description |
---|
IdentValue(String ident) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Generate a Java expression whose execution results in the value.
|
String |
getIdent() |
CssProperty.IdentValue |
isIdentValue() |
String |
toCss()
Generate a CSS expression that represents the Value.
|
isDotPathValue, isExpressionValue, isFunctionValue, isListValue, isNumberValue, isSpaceRequired, isStatic, isStringValue, toString
public IdentValue(String ident)
public String getExpression()
CssProperty.Value
getExpression
in class CssProperty.Value
public String getIdent()
public CssProperty.IdentValue isIdentValue()
isIdentValue
in class CssProperty.Value
public String toCss()
CssProperty.Value
toCss
in class CssProperty.Value
Copyright © 2018. All rights reserved.