com.github.dandelion.datatables.core.processor.ajax
Class AjaxReloadFunctionProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.ajax.AjaxReloadFunctionProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class AjaxReloadFunctionProcessor
- extends AbstractConfigurationProcessor
Processor used when the table uses an AJAX source and the end-user wants to
be able to reload a table.
- Since:
- 0.10.0
- Author:
- Thibault Duchateau
|
Method Summary |
protected void |
doProcess()
Processes the configuration value stored in stringifiedValue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxReloadFunctionProcessor
public AjaxReloadFunctionProcessor()
AjaxReloadFunctionProcessor
public AjaxReloadFunctionProcessor(boolean bundleAware)
doProcess
protected void doProcess()
- Description copied from class:
AbstractConfigurationProcessor
Processes the configuration value stored in stringifiedValue.
- Specified by:
doProcess in class AbstractConfigurationProcessor
Copyright © 2013–2014 Dandelion Project. All rights reserved.