|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.resources.css.ast.CssProperty.Value com.google.gwt.resources.converter.SimpleValue
public class SimpleValue
A simple property value class.
Constructor Summary | |
---|---|
SimpleValue(java.lang.String value)
|
Method Summary | |
---|---|
java.lang.String |
getExpression()
|
java.lang.String |
toCss()
|
Methods inherited from class com.google.gwt.resources.css.ast.CssProperty.Value |
---|
isDotPathValue, isExpressionValue, isFunctionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStatic, isStringValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleValue(java.lang.String value)
Method Detail |
---|
public java.lang.String toCss()
toCss
in class com.google.gwt.resources.css.ast.CssProperty.Value
public java.lang.String getExpression()
getExpression
in class com.google.gwt.resources.css.ast.CssProperty.Value
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |