Uses of Interface
com.github.dandelion.datatables.core.generator.javascript.JavascriptGenerator

Packages that use JavascriptGenerator
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.generator.javascript   
 

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

Methods in com.github.dandelion.datatables.core.configuration that return JavascriptGenerator
static JavascriptGenerator DatatablesConfigurator.getJavascriptGenerator()
           Returns an implementation of JavascriptGenerator using the following strategy: Check first if the dandelion.datatables.js.generator.class system property is set and tries to instantiate it Otherwise, instantiate the StandardJavascriptGenerator based on property files
 

Uses of JavascriptGenerator in com.github.dandelion.datatables.core.generator.javascript
 

Classes in com.github.dandelion.datatables.core.generator.javascript that implement JavascriptGenerator
 class StandardJavascriptGenerator
           Standard implementation of the JavascriptGenerator.
 



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