com.github.dandelion.datatables.core.processor.column
Class SortDirectionProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.column.SortDirectionProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class SortDirectionProcessor
- extends AbstractConfigurationProcessor
Column processor used to configure a sort direction.
- Author:
- Thibault Duchateau
- See Also:
ColumnConfig.SORTDIRECTION
|
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 |
SortDirectionProcessor
public SortDirectionProcessor()
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.