| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.html |
All Java implementations of HTML tags.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlRow |
HtmlRow.addColumns(String... columns) |
HtmlRow |
HtmlTable.addFooterRow() |
HtmlRow |
HtmlRow.addHeaderColumns(String... columns) |
HtmlRow |
HtmlTable.addHeaderRow() |
HtmlRow |
HtmlTable.addRow() |
HtmlRow |
HtmlTable.addRow(String rowId) |
HtmlRow |
HtmlTable.getFirstHeaderRow() |
HtmlRow |
HtmlTable.getLastBodyRow() |
HtmlRow |
HtmlTable.getLastFooterRow() |
HtmlRow |
HtmlTable.getLastHeaderRow() |
| Modifier and Type | Method and Description |
|---|---|
List<HtmlRow> |
HtmlTable.getBodyRows() |
List<HtmlRow> |
HtmlTable.getHeadRows() |
| Modifier and Type | Method and Description |
|---|---|
HtmlTable |
HtmlTable.addRows(HtmlRow... rows) |
Copyright © 2013–2015 Dandelion Project. All rights reserved.