| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.export |
Base classes for the Dandelion-Datatables export mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.SecondContentStep.and(String content) |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.SecondContentStep.andProperty(String propertyName) |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.SecondContentStep.andProperty(String propertyName,
String pattern) |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.SecondContentStep.andProperty(String propertyName,
String pattern,
String defaultContent) |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.FirstContentStep.fillFromCriteria(DatatablesCriterias criteria)
Fills the current column using the corresponding
ColumnDef
instance of the passed criterias. |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.FirstContentStep.fillFromCriteria(DatatablesCriterias criteria,
String pattern)
Fills the current column using the corresponding
ColumnDef
instance of the passed criterias. |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.FirstContentStep.fillWith(String content)
Simply fills the current column with the passed
content. |
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.FirstContentStep.fillWithProperty(String propertyName)
Fills the current column with the property extracted from the
collection passed in the builder.
|
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.FirstContentStep.fillWithProperty(String propertyName,
String pattern)
Fills the current column with the property extracted from the
collection passed in the builder.
|
HtmlTableBuilder.SecondContentStep |
HtmlTableBuilder.FirstContentStep.fillWithProperty(String propertyName,
String pattern,
String defaultContent)
Fills the current column with the property extracted from the
collection passed in the builder.
|
Copyright © 2013–2015 Dandelion Project. All rights reserved.