Uses of Interface
com.github.dandelion.datatables.core.processor.ConfigurationProcessor

Packages that use ConfigurationProcessor
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.processor   
com.github.dandelion.datatables.core.processor.ajax   
com.github.dandelion.datatables.core.processor.column   
com.github.dandelion.datatables.core.processor.css   
com.github.dandelion.datatables.core.processor.export   
com.github.dandelion.datatables.core.processor.feature   
com.github.dandelion.datatables.core.processor.i18n   
com.github.dandelion.datatables.core.processor.main   
 

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

Methods in com.github.dandelion.datatables.core.configuration that return ConfigurationProcessor
 ConfigurationProcessor ConfigToken.getProcessor()
           
 

Constructors in com.github.dandelion.datatables.core.configuration with parameters of type ConfigurationProcessor
ConfigToken(String propertyName, ConfigurationProcessor processor)
           
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor
 

Classes in com.github.dandelion.datatables.core.processor that implement ConfigurationProcessor
 class AbstractConfigurationProcessor
           Abstract superclass for all configuration processors, table and column.
 class BooleanProcessor
          Processor used for all Boolean parameters.
 class EmptyStringProcessor
           
 class IntegerProcessor
          Processor used for all Integer parameters.
 class StringBuilderProcessor
          Processor used for all String parameters.
 class StringProcessor
           
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.ajax
 

Classes in com.github.dandelion.datatables.core.processor.ajax that implement ConfigurationProcessor
 class AjaxPipeliningProcessor
           Table Processor used to register the PipeliningFeature when server-side processing is enabled.
 class AjaxReloadFunctionProcessor
           Processor used when the table uses an AJAX source and the end-user wants to be able to reload a table.
 class AjaxReloadProcessor
           Processor used when the table uses an AJAX source and the end-user wants to be able to reload a table.
 class AjaxServerSideProcessor
          Processor used when server-side processing is enabled.
 class AjaxSourceProcessor
           Processor used when the table uses an AJAX source.
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.column
 

Classes in com.github.dandelion.datatables.core.processor.column that implement ConfigurationProcessor
 class FilterableProcessor
          TODO
 class FilterTypeProcessor
           Column processor used to configure a filter type.
 class SortDirectionProcessor
           Column processor used to configure a sort direction.
 class SortTypeProcessor
           
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.css
 

Classes in com.github.dandelion.datatables.core.processor.css that implement ConfigurationProcessor
 class CssStripeClassesProcessor
           
 class CssThemeOptionProcessor
           
 class CssThemeProcessor
           
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.export
 

Classes in com.github.dandelion.datatables.core.processor.export that implement ConfigurationProcessor
 class ExportEnabledFormatProcessor
          This processor is particular in the sense that it's returning null.
 class ExportFormatProcessor
          TODO Note that this processor can initialize an ExportConf and store it in the TableConfiguration but the ExportEnabledFormatProcessor must finalize its configuration.
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.feature
 

Classes in com.github.dandelion.datatables.core.processor.feature that implement ConfigurationProcessor
 class FeatureAppearProcessor
           
 class FeatureFilterPlaceholderProcessor
           
 class FeatureFilterSelectorProcessor
          As soon as the filterSelector / dt:filterSelector (JSP/Thymeleaf) table attribute is used, we assume the end-user wants to use the MultiFilterFeature.
 class FeatureLengthMenuProcessor
           
 class FeaturePaginationTypeProcessor
           
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.i18n
 

Classes in com.github.dandelion.datatables.core.processor.i18n that implement ConfigurationProcessor
 class MessageProcessor
           
 

Uses of ConfigurationProcessor in com.github.dandelion.datatables.core.processor.main
 

Classes in com.github.dandelion.datatables.core.processor.main that implement ConfigurationProcessor
 class MainExtensionNamesProcessor
           
 



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