com.github.dandelion.datatables.core.processor.column
Class FilterTypeProcessor

java.lang.Object
  extended by com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
      extended by com.github.dandelion.datatables.core.processor.column.FilterTypeProcessor
All Implemented Interfaces:
ConfigurationProcessor

public class FilterTypeProcessor
extends AbstractConfigurationProcessor

Column processor used to configure a filter type.

Author:
Thibault Duchateau
See Also:
ColumnConfig.FILTERTYPE

Field Summary
 
Fields inherited from class com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
bundleAware, columnConfiguration, configEntry, request, stagingConf, stagingExtensions, stringifiedValue, tableConfiguration
 
Constructor Summary
FilterTypeProcessor()
           
 
Method Summary
 void doProcess()
           Processes the configuration value stored in stringifiedValue.
 
Methods inherited from class com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
addColumnEntry, addTableEntry, isColumnEntryPresent, isTableEntryPresent, process, process, registerExtension, updateEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterTypeProcessor

public FilterTypeProcessor()
Method Detail

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.