
public static class CssProperty.DotPathValue extends CssProperty.Value
| Constructor and Description |
|---|
DotPathValue(String path) |
DotPathValue(String path,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Generate a Java expression whose execution results in the value.
|
List<String> |
getParts() |
String |
getPath() |
String |
getSuffix() |
CssProperty.DotPathValue |
isDotPathValue() |
boolean |
isStatic()
Indicates if the value is static.
|
String |
toCss()
Generate a CSS expression that represents the Value.
|
isExpressionValue, isFunctionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStringValue, toStringpublic DotPathValue(String path)
public String getExpression()
CssProperty.ValuegetExpression in class CssProperty.Valuepublic String getPath()
public String getSuffix()
public CssProperty.DotPathValue isDotPathValue()
isDotPathValue 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.