Class HTMLComponent
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
-
- Direct Known Subclasses:
HTMLBr,HTMLColumn,HTMLDiv,HTMLHx,HTMLImage,HTMLMessage,HTMLPlainJQueryScript,HTMLRow,HTMLTable
public abstract class HTMLComponent extends Object
The root of all HTML components.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description HTMLComponent()HTMLComponent(String style, String cssClass)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringasHTML()A string representing the resulting HTML document.StringgetCssClass()StringgetStyle()voidsetCssClass(String cssClass)voidsetStyle(String style)
-