|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.resources.css.ast.CssNode
com.google.gwt.resources.css.ast.CssProperty
public class CssProperty
Maps a named property to a Value.
| Nested Class Summary | |
|---|---|
static class |
CssProperty.DotPathValue
Represents a sequence of no-arg method invocations. |
static class |
CssProperty.ExpressionValue
Represents a literal Java expression. |
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. |
static class |
CssProperty.Value
An abstract encapsulation of property values in GWT CSS. |
| Constructor Summary | |
|---|---|
CssProperty(java.lang.String name,
CssProperty.Value value,
boolean important)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
CssProperty.ListValue |
getValues()
|
boolean |
isImportant()
|
void |
setImportant(boolean important)
|
void |
setName(java.lang.String name)
|
void |
setValue(CssProperty.Value value)
|
void |
traverse(CssVisitor visitor,
Context context)
|
| Methods inherited from class com.google.gwt.resources.css.ast.CssNode |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CssProperty(java.lang.String name,
CssProperty.Value value,
boolean important)
| Method Detail |
|---|
public java.lang.String getName()
public CssProperty.ListValue getValues()
public boolean isImportant()
public void setImportant(boolean important)
public void setName(java.lang.String name)
public void setValue(CssProperty.Value value)
public void traverse(CssVisitor visitor,
Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||