public class SortingFeature extends AbstractExtension
Feature used in accordance with the sortType column attribute to
help DataTables to configure the sort on a column.
See http://datatables.net/ plugins /sorting for an overview of all available sorting functions.
DatatableOptions.SORTTYPE| Modifier and Type | Field and Description |
|---|---|
static String |
SORTING_FEATURE_NAME |
| Constructor and Description |
|---|
SortingFeature() |
| 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 SORTING_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.