Class SimpleValue
- java.lang.Object
-
- com.google.gwt.resources.css.ast.CssProperty.Value
-
- com.google.gwt.resources.converter.SimpleValue
-
public class SimpleValue extends com.google.gwt.resources.css.ast.CssProperty.Value
A simple property value class.
-
-
Constructor Summary
Constructors Constructor Description SimpleValue(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExpression()
Generate a Java expression whose execution results in the value.java.lang.String
toCss()
Generate a CSS expression that represents the Value.
-
-
-
Method Detail
-
toCss
public java.lang.String toCss()
Description copied from class:com.google.gwt.resources.css.ast.CssProperty.Value
Generate a CSS expression that represents the Value.- Specified by:
toCss
in classcom.google.gwt.resources.css.ast.CssProperty.Value
-
getExpression
public java.lang.String getExpression()
Description copied from class:com.google.gwt.resources.css.ast.CssProperty.Value
Generate a Java expression whose execution results in the value.- Specified by:
getExpression
in classcom.google.gwt.resources.css.ast.CssProperty.Value
-
-