Package | Description |
---|---|
com.github.dandelion.datatables.core.html |
All Java implementations of HTML tags.
|
com.github.dandelion.datatables.jsp.tag |
Set of JSP tags provided by Dandelion-Datatables.
|
Modifier and Type | Method and Description |
---|---|
HtmlColumn |
HtmlRow.addColumn(HtmlColumn column) |
HtmlColumn |
HtmlRow.addColumn(String columnContent) |
HtmlColumn |
HtmlRow.addColumn(String columnContent,
String displayFormat) |
HtmlColumn |
HtmlRow.addHeaderColumn(HtmlColumn headerColumn) |
HtmlColumn |
HtmlRow.addHeaderColumn(String columnContent) |
HtmlColumn |
HtmlRow.getLastColumn() |
Modifier and Type | Method and Description |
---|---|
List<HtmlColumn> |
HtmlRow.getColumns() |
List<HtmlColumn> |
HtmlRow.getColumns(String... enabledFormats)
Returns a filtered list of
HtmlColumn for this current
HtmlRow . |
List<HtmlColumn> |
HtmlRow.getHeaderColumns() |
Modifier and Type | Method and Description |
---|---|
HtmlColumn |
HtmlRow.addColumn(HtmlColumn column) |
HtmlColumn |
HtmlRow.addHeaderColumn(HtmlColumn headerColumn) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlRow.setColumns(List<HtmlColumn> columns) |
Modifier and Type | Method and Description |
---|---|
HtmlColumn |
ColumnTag.getHeaderColumn() |
Copyright © 2013–2015 Dandelion Project. All rights reserved.