Uses of Class
com.github.dandelion.datatables.core.extension.AbstractExtension

Packages that use AbstractExtension
com.github.dandelion.datatables.core.extension.feature   
com.github.dandelion.datatables.core.extension.plugin   
com.github.dandelion.datatables.core.extension.theme   
 

Uses of AbstractExtension in com.github.dandelion.datatables.core.extension.feature
 

Subclasses of AbstractExtension in com.github.dandelion.datatables.core.extension.feature
 class AbstractFilteringFeature
           Java implementation of the DataTables Column Filter Add-on written by Jovan Popovic.
 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 TableConfig.AJAX_RELOAD_SELECTOR or the TableConfig.AJAX_RELOAD_FUNCTION.
 class AppearFeature
           Extension used to add an effect when the table has finished being drawed.
 class ExportFeature
           Extension used to generate export links, depending on the export configurations stored in the TableConfiguration instance.
 class ExtraHtmlFeature
          TODO
 class ExtraJsFeature
           Feature used to insert end-user Javascript files in the generated DataTable confguration.
 class MultiFilterFeature
           Feature that is always enabled when server-side processing has been activated.
 class PaginationTypeBootstrapFeature
           Activates the Bootstrap2 pagination by: Updating the bundle graph with the bundle paginationType-bootstrap Setting the pagination type to bootstrap
 class PaginationTypeBootstrapFourButtonFeature
          Alternative pagination style mixing PaginationTypeBootstrapFeature and PaginationTypeFourButtonFeature.
 class PaginationTypeBootstrapFullNumbersFeature
          Alternative pagination style mixing the full numbersPaginationTypeBootstrapFeature and full numbers.
 class PaginationTypeExtJsFeature
           Activates the ExtJS pagination by: Updating the bundle graph with the bundle paginationType-extjs Setting the pagination type to extStyle
 class PaginationTypeFourButtonFeature
           Activates the FourButton pagination by: Updating the bundle graph with the bundle paginationType-fourbutton Setting the pagination type to four_button
 class PaginationTypeInputFeature
           Activates the Input pagination by: Updating the bundle graph with the bundle paginationType-input Setting the pagination type to input
 class PaginationTypeListboxFeature
           Activates the ListBox pagination by: Updating the bundle graph with the bundle paginationType-listbox Setting the pagination type to listbox
 class PaginationTypeScrollingFeature
           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.
 

Uses of AbstractExtension in com.github.dandelion.datatables.core.extension.plugin
 

Subclasses of AbstractExtension in com.github.dandelion.datatables.core.extension.plugin
 class ColReorderPlugin
          Java implementation of the DataTables ColReorder plugin.
 class FixedHeaderPlugin
          Java implementation of the DataTables FixedHeader plugin.
 class ScrollerPlugin
          Java implementation of the DataTables Scroller plugin.
 

Uses of AbstractExtension in com.github.dandelion.datatables.core.extension.theme
 

Subclasses of AbstractExtension in com.github.dandelion.datatables.core.extension.theme
 class Bootstrap2ResponsiveTheme
           Extension that adds a responsive behaviour to the table.
 class Bootstrap2Theme
          Bootstrap v2 DataTables theme.
 class Bootstrap3ResponsiveTheme
           Extension that adds a responsive behaviour to the table.
 class Bootstrap3Theme
           Bootstrap v3 DataTables theme.
 class JQueryUITheme
          JQueryUI DataTables theme.
 

Methods in com.github.dandelion.datatables.core.extension.theme that return AbstractExtension
 AbstractExtension Theme.getInstance()
           
 



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