Interface HtmlTable
-
- All Known Implementing Classes:
DynamicHtmlTable
,HtmlTableWithColoredHeader
public interface HtmlTable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HtmlTable.Header
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HtmlTable
fromExtensionTable(Table table, Color tableColor)
static HtmlTable
fromExtensionTable(Table table, Color tableColor)
static HtmlTable.Header[]
mapToHeaders(Table table)
java.lang.String
toHtml()
-