Class DefaultCssBuilder

  • All Implemented Interfaces:
    CssBuilder

    public class DefaultCssBuilder
    extends java.lang.Object
    implements CssBuilder
    This class helps the HTMLLayout build the CSS link. It either provides the HTMLLayout with a default css file, or builds the link to an external, user-specified, file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCss​(java.lang.StringBuilder sbuf)  
      • Methods inherited from class java.lang.Object

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

      • DefaultCssBuilder

        public DefaultCssBuilder()
    • Method Detail

      • addCss

        public void addCss​(java.lang.StringBuilder sbuf)
        Specified by:
        addCss in interface CssBuilder