public class ExtraHtmlFeature extends AbstractExtension
This feature allows to register extra HTML snippets in the table.
Each extra HTML snippet will be made available in the generated configuration
through the DatatableOptions.FEATURE_DOM configuration.
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTRA_HTML_FEATURE_NAME |
| Constructor and Description |
|---|
ExtraHtmlFeature() |
| 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, setupWrapperpublic static final String EXTRA_HTML_FEATURE_NAME
public String getExtensionName()
ExtensionReturns the extension's name.
public void setup(HtmlTable table)
setup in class AbstractExtensionCopyright © 2013–2015 Dandelion Project. All rights reserved.