public class ExportFeature extends AbstractExtension
Extension used to generate export links, depending on the export
configurations stored in the TableConfiguration
instance.
All export links are generated inside a dedicated ExtraHtml
with the
uid E
.
If the DatatableOptions.FEATURE_DOM
is not present in the
TableConfiguration
instance, the export links container will be
inserted with the following configuration: lEfrtip
. Otherwise, the
container must be added manually thanks to the
DatatableOptions.FEATURE_DOM
feature.
DatatableOptions.EXPORT_ENABLED_FORMATS
,
DatatableOptions.FEATURE_DOM
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_NAME |
Constructor and Description |
---|
ExportFeature() |
Modifier and Type | Method and Description |
---|---|
String |
getExtensionName()
Returns the extension's name.
|
void |
setup(HtmlTable table) |
addBundle, addBundleParameter, addCallback, addCallback, addParameter, addParameter, addParameter, appendToAfterAll, appendToAfterEndDocumentReady, appendToAfterStartDocumentReady, appendToBeforeAll, appendToBeforeEndDocumentReady, appendToBeforeStartDocumentReady, appendToComponentConfiguration, equals, getAfterAll, getAfterStartDocumentReady, getBeforeAll, getBeforeEndDocumentReady, getBeforeStartDocumentReady, getContext, getDynamicAttributes, getParameters, hashCode, setupWrapper
public static final String EXTENSION_NAME
public String getExtensionName()
Extension
Returns the extension's name.
public void setup(HtmlTable table)
setup
in class AbstractExtension
Copyright © 2013–2015 Dandelion Project. All rights reserved.