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