com.github.dandelion.datatables.core.extension.plugin
Class ColReorderPlugin

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

public class ColReorderPlugin
extends AbstractExtension

Java implementation of the DataTables ColReorder plugin.

Author:
Thibault Duchateau
See Also:
Reference, TableConfig#PLUGIN_COLREORDER

Constructor Summary
ColReorderPlugin()
           
 
Method Summary
 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

ColReorderPlugin

public ColReorderPlugin()
Method Detail

getName

public String getName()

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


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