public static abstract class

CssProperty.Value

extends Object
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssProperty.Value
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

An abstract encapsulation of property values in GWT CSS.

Summary

Public Constructors
CssProperty.Value()
Public Methods
abstract 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 String toCss()
Generate a CSS expression that represents the Value.
String toString()
For debugging only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CssProperty.Value ()

Public Methods

public abstract String getExpression ()

Generate a Java expression whose execution results in the value.

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 String toCss ()

Generate a CSS expression that represents the Value.

public String toString ()

For debugging only.