Class HTMLComponent

    • Field Detail

      • style

        protected String style
        Component in-line style
      • cssClass

        protected String cssClass
        Component's class
    • Constructor Detail

      • HTMLComponent

        public HTMLComponent()
      • HTMLComponent

        public HTMLComponent​(String style,
                             String cssClass)
    • Method Detail

      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getCssClass

        public String getCssClass()
      • setCssClass

        public void setCssClass​(String cssClass)
      • asHTML

        public abstract String asHTML()
        A string representing the resulting HTML document.
        Returns: