|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter.Mode | |
|---|---|
| com.github.dandelion.datatables.core.asset | |
| com.github.dandelion.datatables.core.extension | |
| Uses of Parameter.Mode in com.github.dandelion.datatables.core.asset |
|---|
| Methods in com.github.dandelion.datatables.core.asset that return Parameter.Mode | |
|---|---|
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. |
| Methods in com.github.dandelion.datatables.core.asset with parameters of type Parameter.Mode | |
|---|---|
void |
Parameter.setMode(Parameter.Mode mode)
|
| Constructors in com.github.dandelion.datatables.core.asset with parameters of type Parameter.Mode | |
|---|---|
Parameter(String name,
Object value,
Parameter.Mode mode)
|
|
| Uses of Parameter.Mode in com.github.dandelion.datatables.core.extension |
|---|
| Methods in com.github.dandelion.datatables.core.extension with parameters of type Parameter.Mode | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||