com.github.dandelion.datatables.core.extension.feature
Class AbstractFilteringFeature

java.lang.Object
  extended by com.github.dandelion.datatables.core.extension.AbstractExtension
      extended by com.github.dandelion.datatables.core.extension.feature.AbstractFilteringFeature
All Implemented Interfaces:
Extension

public abstract class AbstractFilteringFeature
extends AbstractExtension

Java implementation of the DataTables Column Filter Add-on written by Jovan Popovic.

The add-on now lives in its own repository here.

Since:
0.7.1
Author:
Thibault Duchateau
See Also:
ColumnConfig.FILTERABLE, TableConfig.FEATURE_FILTER_PLACEHOLDER

Constructor Summary
AbstractFilteringFeature()
           
 
Method Summary
protected abstract  void adaptFooter(HtmlTable table)
           
protected abstract  void adaptHeader(HtmlTable table)
           
 String getName()
           Returns the extension's name.
 void setup(HtmlTable table)
           
 
Methods inherited from class com.github.dandelion.datatables.core.extension.AbstractExtension
addBundle, addBundleParameter, addCallback, addCallback, addParameter, addParameter, addParameter, appendToAfterAll, appendToAfterStartDocumentReady, appendToBeforeAll, appendToBeforeEndDocumentReady, appendToBeforeStartDocumentReady, equals, getAfterAll, getAfterStartDocumentReady, getBeforeAll, getBeforeEndDocumentReady, getBeforeStartDocumentReady, getConfigGenerator, getContext, getDynamicAttributes, getFunction, getParameters, hashCode, isEnabled, isNotNull, setConfigGenerator, setConfs, setFunction, setupWrapper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFilteringFeature

public AbstractFilteringFeature()
Method Detail

getName

public String getName()
Description copied from interface: Extension

Returns the extension's name. The name is case-insensitive when loaded by the JSP taglib or the Thymelead dialect.


setup

public void setup(HtmlTable table)
Specified by:
setup in class AbstractExtension

adaptHeader

protected abstract void adaptHeader(HtmlTable table)

adaptFooter

protected abstract void adaptFooter(HtmlTable table)


Copyright © 2013–2014 Dandelion Project. All rights reserved.