| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.ajax |
All AJAX-related APIs.
|
| com.github.dandelion.datatables.core.export |
Base classes for the Dandelion-Datatables export mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
static DatatablesCriterias |
DatatablesCriterias.getFromRequest(javax.servlet.http.HttpServletRequest request)
Map all request parameters into a wrapper POJO that eases SQL querying.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> DatatablesResponse<T> |
DatatablesResponse.build(DataSet<T> dataSet,
DatatablesCriterias criterias) |
| Modifier and Type | Method and Description |
|---|---|
HtmlTableBuilder.BuildStep |
HtmlTableBuilder.ColumnStep.auto(DatatablesCriterias criteria)
Automatically builds the instance using all
ColumnDef present
in the passed criteria. |
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. |
Copyright © 2013–2015 Dandelion Project. All rights reserved.