Package | Description |
---|---|
com.google.gwt.resources.converter | |
com.google.gwt.resources.css.ast |
Modifier and Type | Class and Description |
---|---|
class |
SimpleValue
A simple property value class.
|
Modifier and Type | Class and Description |
---|---|
static class |
CssProperty.DotPathValue
Represents a sequence of no-arg method invocations.
|
static class |
CssProperty.ExpressionValue
Represents a literal Java expression.
|
static class |
CssProperty.FunctionValue
Represents a CSS function value.
|
static class |
CssProperty.IdentValue
Represents an identifier in the CSS source.
|
static class |
CssProperty.ListValue
Represents a space-separated list of Values.
|
static class |
CssProperty.NumberValue
Represents a numeric value, possibly with attached units.
|
static class |
CssProperty.StringValue
Represents one or more quoted string literals.
|
static class |
CssProperty.TokenValue
Represents a token in the CSS source.
|
Modifier and Type | Method and Description |
---|---|
List<CssProperty.Value> |
CssDef.getValues() |
List<CssProperty.Value> |
CssEval.getValues() |
List<CssProperty.Value> |
CssProperty.ListValue.getValues() |
List<CssProperty.Value> |
CssUrl.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
CssProperty.setValue(CssProperty.Value value) |
Constructor and Description |
---|
CssProperty(String name,
CssProperty.Value value,
boolean important) |
ListValue(CssProperty.Value... values) |
Constructor and Description |
---|
ListValue(List<CssProperty.Value> values) |
Copyright © 2018. All rights reserved.