Uses of Class
com.github.dandelion.datatables.core.generator.configuration.AbstractConfigurationGenerator

Packages that use AbstractConfigurationGenerator
com.github.dandelion.datatables.core.extension   
com.github.dandelion.datatables.core.generator.configuration   
 

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

Methods in com.github.dandelion.datatables.core.extension that return AbstractConfigurationGenerator
 AbstractConfigurationGenerator Extension.getConfigGenerator()
           
 AbstractConfigurationGenerator AbstractExtension.getConfigGenerator()
           
 

Methods in com.github.dandelion.datatables.core.extension with parameters of type AbstractConfigurationGenerator
 void Extension.setConfigGenerator(AbstractConfigurationGenerator configGenerator)
           
 void AbstractExtension.setConfigGenerator(AbstractConfigurationGenerator configGenerator)
           
 

Uses of AbstractConfigurationGenerator in com.github.dandelion.datatables.core.generator.configuration
 

Subclasses of AbstractConfigurationGenerator in com.github.dandelion.datatables.core.generator.configuration
 class ColumnFilteringGenerator
           Class in charge of Column Filtering widget configuration generation.
 class DatatablesGenerator
           Generator for the Datatables configuration.
 



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