Interface HtmlTable
- All Known Implementing Classes:
DynamicHtmlTable
,HtmlTableWithColoredHeader
public interface HtmlTable
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
applyFormat(TableColumnFormat format, Object value)
static HtmlTable
fromExtensionTable(Table table, Color tableColor)
static HtmlTable
fromExtensionTable(Table table, Color tableColor)
static HtmlTable.Header[]
mapToHeaders(Table table)
mapToRows(List<Object[]> rows, TableColumnFormat[] tableColumnFormats)
toHtml()
-
Method Details
-
fromExtensionTable
-
fromExtensionTable
-
mapToHeaders
-
mapToRows
-
applyFormat
-
toHtml
String toHtml()
-