Class HTMLColumn
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
-
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLColumn
-
- Direct Known Subclasses:
HTMLColumnHeader
public class HTMLColumn extends HTMLComponent
A simple HTML table cell (td
).- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Field Summary
-
Fields inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
cssClass, style
-
-
Constructor Summary
Constructors Constructor Description HTMLColumn(Object content)
HTMLColumn(String style, String cssClass, Object content)
HTMLColumn(String style, String cssClass, Object content, String colspan, String rowspan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asHTML()
A string representing the resulting HTML document.String
getColspan()
Object
getContent()
String
getRowspan()
void
setColspan(String colspan)
void
setContent(Object content)
void
setRowspan(String rowspan)
-
Methods inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
getCssClass, getStyle, setCssClass, setStyle
-
-
-
-
Method Detail
-
getContent
public Object getContent()
-
setContent
public void setContent(Object content)
-
getRowspan
public String getRowspan()
-
setRowspan
public void setRowspan(String rowspan)
-
getColspan
public String getColspan()
-
setColspan
public void setColspan(String colspan)
-
asHTML
public String asHTML()
Description copied from class:HTMLComponent
A string representing the resulting HTML document.- Specified by:
asHTML
in classHTMLComponent
- Returns:
-
-