Class HTMLRow
- java.lang.Object
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLRow
 
 
 
- 
public class HTMLRow extends HTMLComponent
A simple HTML table row (tr)- 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 HTMLRow(String style, String cssClass, HTMLColumn[] columns)HTMLRow(String cssClass, HTMLColumn[] columns)HTMLRow(HTMLColumn[] columns) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasHTML()A string representing the resulting HTML document.HTMLColumn[]getColumns()HTMLRowsetColumns(HTMLColumn[] columns)- 
Methods inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
getCssClass, getStyle, setCssClass, setStyle 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
HTMLRow
public HTMLRow(HTMLColumn[] columns)
 
- 
HTMLRow
public HTMLRow(String cssClass, HTMLColumn[] columns)
 
- 
HTMLRow
public HTMLRow(String style, String cssClass, HTMLColumn[] columns)
 
 - 
 
- 
Method Detail
- 
getColumns
public HTMLColumn[] getColumns()
 
- 
setColumns
public HTMLRow setColumns(HTMLColumn[] columns)
 
- 
asHTML
public String asHTML()
Description copied from class:HTMLComponentA string representing the resulting HTML document.- Specified by:
 asHTMLin classHTMLComponent- Returns:
 
 
 - 
 
 -