| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.extension.feature |
All specialized extensions for features.
|
| com.github.dandelion.datatables.core.extension.plugin |
All specialized extensions for plugins.
|
| com.github.dandelion.datatables.core.extension.theme |
All specialized extensions for themes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilteringFeature
Abstract base class of the filtering feature.
|
class |
AjaxFeature
Feature automatically added to the table when using an AJAX source.
|
class |
AjaxReloadFeature
Feature automatically added to the table when the end-user makes use of the
DatatableOptions.AJAX_RELOAD_SELECTOR or the
DatatableOptions.AJAX_RELOAD_FUNCTION. |
class |
ExportFeature
Extension used to generate export links, depending on the export
configurations stored in the
TableConfiguration instance. |
class |
ExternalFilterFeature
Feature enabled as soon as a filter selector is set, indicating that
filtering should be triggered externally.
|
class |
ExtraHtmlFeature
This feature allows to register extra HTML snippets in the table.
|
class |
ExtraJsFeature
Feature used to insert end-user Javascript files in the generated DataTable
confguration.
|
class |
PagingTypeBootstrapFullFeature
Alternative pagination style mixing
PagingTypeBootstrapSimpleFeature
and PagingTypeFourButtonFeature. |
class |
PagingTypeBootstrapFullNumbersFeature
Alternative pagination style mixing the full numbers
PagingTypeBootstrapSimpleFeature and full numbers. |
class |
PagingTypeBootstrapSimpleFeature
Activates the Bootstrap2 pagination by:
Updating the bundle graph with the bundle
paginationType-bootstrap
Setting the pagination type to bootstrap
|
class |
PagingTypeExtJsFeature
Activates the ExtJS pagination by:
Updating the bundle graph with the bundle
paginationType-extjs
Setting the pagination type to extStyle
|
class |
PagingTypeInputFeature
Activates the Input pagination by:
Updating the bundle graph with the bundle
paginationType-input
Setting the pagination type to input
|
class |
PagingTypeListboxFeature
Activates the ListBox pagination by:
Updating the bundle graph with the bundle
paginationType-listbox
Setting the pagination type to listbox
|
class |
PagingTypeScrollingFeature
Activates the Scrolling pagination by:
Updating the bundle graph with the bundle
paginationType-scrolling
Setting the pagination type to scrolling
|
class |
PipeliningFeature
Pipelining feature that may be used if server-side processing has been
enabled.
|
class |
ServerSideFeature
Feature that is always enabled when server-side processing has been
activated.
|
class |
SortingFeature
Feature used in accordance with the
sortType column attribute to
help DataTables to configure the sort on a column. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColReorderPlugin
Java implementation of the DataTables ColReorder plugin.
|
class |
FixedHeaderPlugin
Java implementation of the DataTables FixedHeader plugin.
|
class |
ResponsivePlugin
Java implementation of the DataTables Responsive plugin.
|
class |
ScrollerPlugin
Java implementation of the DataTables Scroller plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bootstrap2Theme
Bootstrap v2 DataTables theme.
|
class |
Bootstrap3Theme
Bootstrap v3 DataTables theme.
|
class |
JQueryUITheme
JQueryUI DataTables theme.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractExtension |
Theme.getInstance() |
Copyright © 2013–2015 Dandelion Project. All rights reserved.