| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.html |
All Java implementations of HTML tags.
|
| com.github.dandelion.datatables.core.option |
Main package for configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
TableConfiguration |
HtmlTable.getTableConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlTable.setTableConfiguration(TableConfiguration tableConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TableConfiguration |
TableConfiguration.addCssClass(String cssClass) |
TableConfiguration |
TableConfiguration.addCssStyle(String cssStyle) |
TableConfiguration |
TableConfiguration.addExtraJs(ExtraJs extraJs) |
static TableConfiguration |
TableConfigurationFactory.newInstance(String tableId,
javax.servlet.http.HttpServletRequest request)
Returns a new instance of
TableConfiguration corresponding to
ConfigLoader.DEFAULT_GROUP_NAME, i.e. containing all global
configuration. |
static TableConfiguration |
TableConfigurationFactory.newInstance(String tableId,
javax.servlet.http.HttpServletRequest request,
String groupName)
Returns a new instance of
TableConfiguration corresponding to the
passed groupName and locale resolved from the request. |
TableConfiguration |
TableConfiguration.registerCallback(Callback callback) |
TableConfiguration |
TableConfiguration.registerExtension(Extension extension)
Registers an
Extension which will be processed during the asset
generation. |
TableConfiguration |
TableConfiguration.setExportTypes(String exportTypes) |
TableConfiguration |
TableConfiguration.setInternalExtensions(Set<Extension> extensions) |
Copyright © 2013–2015 Dandelion Project. All rights reserved.