Class CommonResources


  • public class CommonResources
    extends java.lang.Object
    Generally useful styles and resources used throughout GWT widgets and cells.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommonResources

        public CommonResources()
    • Method Detail

      • getInlineBlockStyle

        public static java.lang.String getInlineBlockStyle()
        Get the style class name that simulates a "display: inline-block" effect across browsers.