| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.export |
Base classes for the Dandelion-Datatables export mechanism.
|
| com.github.dandelion.datatables.core.option |
Main package for configuration options.
|
| com.github.dandelion.datatables.core.option.processor.export |
Processors for all export-related options to be applied in a
TableConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
ExportConf |
ExportConf.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportConf.mergeWith(ExportConf exportConfToMergeFrom) |
HtmlTableBuilder.ColumnStep |
HtmlTableBuilder.newBuilder(String id,
List<T> data,
javax.servlet.http.HttpServletRequest request,
ExportConf exportConf) |
static void |
ExportUtils.renderExport(HtmlTable table,
ExportConf exportConf,
javax.servlet.http.HttpServletResponse response)
Renders the passed table by writing the data to the response.
|
| Modifier and Type | Field and Description |
|---|---|
static com.github.dandelion.core.option.Option<Set<ExportConf>> |
DatatableOptions.EXPORT_ENABLED_FORMATS |
| Modifier and Type | Method and Description |
|---|---|
ExportConf |
TableConfiguration.getExportConf(String format) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExportConf> |
TableConfiguration.getExportConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfiguration.set(String exportFormat,
ExportConf exportConf) |
| Modifier and Type | Method and Description |
|---|---|
protected ExportConf |
AbstractExportOptionProcessor.getExportConf(String exportFormat,
com.github.dandelion.core.option.OptionProcessingContext context)
Returns an instance of
ExportConf to be configured by the export
option. |
Copyright © 2013–2015 Dandelion Project. All rights reserved.