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 String
asHTML()
A string representing the resulting HTML document.String
getCssClass()
String
getStyle()
void
setCssClass(String cssClass)
void
setStyle(String style)
-