Uses of Class
com.github.dandelion.datatables.core.callback.CallbackType

Packages that use CallbackType
com.github.dandelion.datatables.core.callback   
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.extension   
 

Uses of CallbackType in com.github.dandelion.datatables.core.callback
 

Methods in com.github.dandelion.datatables.core.callback that return CallbackType
 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.
 

Methods in com.github.dandelion.datatables.core.callback with parameters of type CallbackType
static Callback Callback.findByType(CallbackType type, List<Callback> callbacks)
           
static boolean Callback.hasCallback(CallbackType callbackType, List<Callback> callbacks)
           
 void Callback.setType(CallbackType type)
           
 

Constructors in com.github.dandelion.datatables.core.callback with parameters of type CallbackType
Callback(CallbackType type, JavascriptFunction function)
           
Callback(CallbackType type, String functionContent)
           
 

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

Methods in com.github.dandelion.datatables.core.configuration with parameters of type CallbackType
 Callback TableConfiguration.getCallback(CallbackType callbackType)
           
 Boolean TableConfiguration.hasCallback(CallbackType callbackType)
           
 

Uses of CallbackType in com.github.dandelion.datatables.core.extension
 

Methods in com.github.dandelion.datatables.core.extension with parameters of type CallbackType
 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.
 



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