Uses of Interface
com.github.dandelion.datatables.core.extension.Extension

Packages that use Extension
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.extension   
com.github.dandelion.datatables.core.extension.feature   
com.github.dandelion.datatables.core.extension.plugin   
com.github.dandelion.datatables.core.extension.theme   
com.github.dandelion.datatables.core.processor   
 

Uses of Extension in com.github.dandelion.datatables.core.configuration
 

Fields in com.github.dandelion.datatables.core.configuration with type parameters of type Extension
static ConfigToken<Extension> TableConfig.CSS_THEME
           
 

Methods in com.github.dandelion.datatables.core.configuration that return types with arguments of type Extension
 Set<Extension> TableConfiguration.getInternalExtensions()
           
 Map<ConfigToken<?>,Extension> ColumnConfiguration.getStagingExtension()
           
 

Methods in com.github.dandelion.datatables.core.configuration with parameters of type Extension
 TableConfiguration TableConfiguration.registerExtension(Extension extension)
          Register an extension in the TableConfiguration.
 

Method parameters in com.github.dandelion.datatables.core.configuration with type arguments of type Extension
static void ColumnConfig.applyConfiguration(Map<ConfigToken<?>,Object> stagingConf, Map<ConfigToken<?>,Extension> stagingExtensions, HtmlColumn column)
           Overloads the configurations stored in the ColumnConfiguration instance with the one passed as parameter.
 TableConfiguration TableConfiguration.setInternalExtensions(Set<Extension> extensions)
           
 void ColumnConfiguration.setStagingExtension(Map<ConfigToken<?>,Extension> stagingExtension)
           
 

Uses of Extension in com.github.dandelion.datatables.core.extension
 

Classes in com.github.dandelion.datatables.core.extension that implement Extension
 class AbstractExtension
           Abstract superclass for all extensions.
 

Methods in com.github.dandelion.datatables.core.extension with parameters of type Extension
 void ExtensionProcessor.process(Extension extension)
           
 

Method parameters in com.github.dandelion.datatables.core.extension with type arguments of type Extension
 void ExtensionProcessor.process(Collection<Extension> extensions)
           
 

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

Classes in com.github.dandelion.datatables.core.extension.feature that implement Extension
 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 Extension in com.github.dandelion.datatables.core.extension.plugin
 

Classes in com.github.dandelion.datatables.core.extension.plugin that implement Extension
 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 Extension in com.github.dandelion.datatables.core.extension.theme
 

Classes in com.github.dandelion.datatables.core.extension.theme that implement Extension
 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.
 

Uses of Extension in com.github.dandelion.datatables.core.processor
 

Fields in com.github.dandelion.datatables.core.processor with type parameters of type Extension
protected  Map<ConfigToken<?>,Extension> AbstractConfigurationProcessor.stagingExtensions
           
 

Methods in com.github.dandelion.datatables.core.processor with parameters of type Extension
protected  void AbstractConfigurationProcessor.registerExtension(Extension extension)
           Utility method used to register an extension to the current TableConfiguration instance.
 



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