Interface HtmlTable
- All Known Implementing Classes:
DynamicHtmlTable
,HtmlTableWithColoredHeader
Deprecated.
Table html generation is to be done in frontend in the future.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
applyFormat
(TableColumnFormat format, Object value) Deprecated.static HtmlTable
fromExtensionTable
(Table table, Color tableColor) Deprecated.static HtmlTable
fromExtensionTable
(Table table, Color tableColor) Deprecated.static HtmlTable.Header[]
mapToHeaders
(Table table) Deprecated.static List<TableCellDto[]>
mapToRows
(List<Object[]> rows, TableColumnFormat[] tableColumnFormats) Deprecated.toHtml()
Deprecated.
-
Method Details
-
fromExtensionTable
Deprecated. -
fromExtensionTable
Deprecated. -
mapToHeaders
Deprecated. -
mapToRows
Deprecated. -
applyFormat
Deprecated. -
toHtml
String toHtml()Deprecated.
-