| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.extension |
Base classes for the Dandelion-Datatables extension mechanism.
|
| com.github.dandelion.datatables.core.option |
Main package for configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExtension.addCallback(CallbackType callbackType,
String javascript)
Adds a
Callback to the DataTables generated configuration. |
void |
AbstractExtension.addCallback(CallbackType callbackType,
String javascript,
Parameter.Mode mode)
Adds a
Callback to the DataTables generated configuration,
specifying a method of updating if the CallbackType already exists
in the configuration. |
| Modifier and Type | Method and Description |
|---|---|
CallbackType |
Callback.getType() |
static CallbackType |
CallbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallbackType[] |
CallbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Callback |
Callback.findByType(CallbackType type,
List<Callback> callbacks) |
Callback |
TableConfiguration.getCallback(CallbackType callbackType) |
Boolean |
TableConfiguration.hasCallback(CallbackType callbackType) |
static boolean |
Callback.hasCallback(CallbackType callbackType,
List<Callback> callbacks) |
void |
Callback.setType(CallbackType type) |
| Constructor and Description |
|---|
Callback(CallbackType type,
com.github.dandelion.core.asset.generator.js.JsFunction function) |
Callback(CallbackType type,
String functionContent) |
Copyright © 2013–2015 Dandelion Project. All rights reserved.