|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsResource | |
|---|---|
| com.github.dandelion.datatables.core.extension | |
| com.github.dandelion.datatables.core.generator | |
| com.github.dandelion.datatables.core.generator.javascript | |
| Uses of JsResource in com.github.dandelion.datatables.core.extension |
|---|
| Methods in com.github.dandelion.datatables.core.extension with parameters of type JsResource | |
|---|---|
void |
ExtensionLoader.loadExtensions(JsResource mainJsFile,
Map<String,Object> mainConf)
|
| Constructors in com.github.dandelion.datatables.core.extension with parameters of type JsResource | |
|---|---|
ExtensionProcessor(HtmlTable table,
JsResource mainJsFile,
Map<String,Object> mainConfig)
|
|
| Uses of JsResource in com.github.dandelion.datatables.core.generator |
|---|
| Methods in com.github.dandelion.datatables.core.generator that return JsResource | |
|---|---|
JsResource |
WebResourceGenerator.generateWebResources()
Main method which generated the web resources (js and css files). |
| Uses of JsResource in com.github.dandelion.datatables.core.generator.javascript |
|---|
| Methods in com.github.dandelion.datatables.core.generator.javascript with parameters of type JsResource | |
|---|---|
void |
StandardJavascriptGenerator.addResource(JsResource jsResource)
Transfer the data from the JsResource to the different String
builders (buffer). |
void |
JavascriptGenerator.addResource(JsResource jsResource)
Transfer the data from the JsResource to the different String
builders (buffer). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||