| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.extension |
Base classes for the Dandelion-Datatables extension mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter.Mode |
Parameter.getMode() |
static Parameter.Mode |
Parameter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Mode[] |
Parameter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
AbstractExtension.addParameter(String parameterName,
Object parameterValue,
Parameter.Mode mode)
Adds a new DataTables parameter to the generated configuration, using a
custom method of updating.
|
void |
Parameter.setMode(Parameter.Mode mode) |
| Constructor and Description |
|---|
Parameter(String name,
Object value,
Parameter.Mode mode) |
Copyright © 2013–2015 Dandelion Project. All rights reserved.