Package com.google.gwt.resources.client
Class CommonResources
- java.lang.Object
-
- com.google.gwt.resources.client.CommonResources
-
public class CommonResources extends java.lang.Object
Generally useful styles and resources used throughout GWT widgets and cells.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interface
CommonResources.Bundle
TheClientBundle
of resources.(package private) static interface
CommonResources.InlineBlockStyle
Cross-browser implementation of the "display: inline-block" CSS property.
-
Constructor Summary
Constructors Constructor Description CommonResources()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getInlineBlockStyle()
Get the style class name that simulates a "display: inline-block" effect across browsers.
-