|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.resources.css.ast.CssProperty.Value
public abstract static class CssProperty.Value
An abstract encapsulation of property values in GWT CSS.
| Constructor Summary | |
|---|---|
CssProperty.Value()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getExpression()
Generate a Java expression whose execution results in the value. |
CssProperty.DotPathValue |
isDotPathValue()
|
CssProperty.ExpressionValue |
isExpressionValue()
|
CssProperty.IdentValue |
isIdentValue()
|
CssProperty.ListValue |
isListValue()
|
CssProperty.NumberValue |
isNumberValue()
|
boolean |
isSpaceRequired()
|
CssProperty.StringValue |
isStringValue()
|
abstract java.lang.String |
toCss()
Generate a CSS expression that represents the Value. |
java.lang.String |
toString()
For debugging only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CssProperty.Value()
| Method Detail |
|---|
public abstract java.lang.String getExpression()
public CssProperty.DotPathValue isDotPathValue()
public CssProperty.ExpressionValue isExpressionValue()
public CssProperty.IdentValue isIdentValue()
public CssProperty.ListValue isListValue()
public CssProperty.NumberValue isNumberValue()
public boolean isSpaceRequired()
public CssProperty.StringValue isStringValue()
public abstract java.lang.String toCss()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||