com.github.dandelion.datatables.core.processor.feature
Class FeatureFilterSelectorProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.feature.FeatureFilterSelectorProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class FeatureFilterSelectorProcessor
- extends AbstractConfigurationProcessor
As soon as the filterSelector / dt:filterSelector
(JSP/Thymeleaf) table attribute is used, we assume the end-user wants to use
the MultiFilterFeature.
- Since:
- 0.10.0
- Author:
- Thibault Duchateau
|
Method Summary |
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 |
FeatureFilterSelectorProcessor
public FeatureFilterSelectorProcessor()
doProcess
public 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.