Uses of Class
com.github.dandelion.datatables.core.configuration.ConfigToken

Packages that use ConfigToken
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.extension   
com.github.dandelion.datatables.core.processor   
com.github.dandelion.datatables.core.util   
 

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

Fields in com.github.dandelion.datatables.core.configuration declared as ConfigToken
static ConfigToken<Boolean> TableConfig.AJAX_DEFERRENDER
           
static ConfigToken<Boolean> TableConfig.AJAX_PIPELINING
           
static ConfigToken<Integer> TableConfig.AJAX_PIPESIZE
           
static ConfigToken<String> TableConfig.AJAX_RELOAD_FUNCTION
           
static ConfigToken<String> TableConfig.AJAX_RELOAD_SELECTOR
           
static ConfigToken<String> TableConfig.AJAX_SERVERDATA
           
static ConfigToken<String> TableConfig.AJAX_SERVERMETHOD
           
static ConfigToken<String> TableConfig.AJAX_SERVERPARAM
           
static ConfigToken<Boolean> TableConfig.AJAX_SERVERSIDE
           
static ConfigToken<String> TableConfig.AJAX_SOURCE
           
static ConfigToken<StringBuilder> TableConfig.CSS_CLASS
           
static ConfigToken<String> TableConfig.CSS_STRIPECLASSES
           
static ConfigToken<StringBuilder> TableConfig.CSS_STYLE
           
static ConfigToken<Extension> TableConfig.CSS_THEME
           
static ConfigToken<ThemeOption> TableConfig.CSS_THEMEOPTION
           
static ConfigToken<StringBuilder> ColumnConfig.CSSCELLCLASS
           
static ConfigToken<StringBuilder> ColumnConfig.CSSCELLSTYLE
           
static ConfigToken<StringBuilder> ColumnConfig.CSSCLASS
           
static ConfigToken<StringBuilder> ColumnConfig.CSSSTYLE
           
static ConfigToken<String> ColumnConfig.DEFAULTVALUE
           
static ConfigToken<String> TableConfig.EXPORT_CLASS
           
static ConfigToken<String> TableConfig.EXPORT_CONTAINER_CLASS
           
static ConfigToken<String> TableConfig.EXPORT_CONTAINER_STYLE
           
static ConfigToken<Set<ExportConf>> TableConfig.EXPORT_ENABLED_FORMATS
           
static ConfigToken<String> TableConfig.EXPORT_FILENAME
           
static ConfigToken<String> TableConfig.EXPORT_LABEL
           
static ConfigToken<String> TableConfig.EXPORT_MIMETYPE
           
static ConfigToken<String> TableConfig.FEATURE_APPEAR
           
static ConfigToken<String> TableConfig.FEATURE_APPEAR_DURATION
           
static ConfigToken<Boolean> TableConfig.FEATURE_AUTOWIDTH
           
static ConfigToken<Integer> TableConfig.FEATURE_DISPLAYLENGTH
           
static ConfigToken<String> TableConfig.FEATURE_DOM
           
static ConfigToken<String> TableConfig.FEATURE_FILTER_CLEAR_SELECTOR
           
static ConfigToken<Integer> TableConfig.FEATURE_FILTER_DELAY
           
static ConfigToken<FilterPlaceholder> TableConfig.FEATURE_FILTER_PLACEHOLDER
           
static ConfigToken<String> TableConfig.FEATURE_FILTER_SELECTOR
           
static ConfigToken<String> TableConfig.FEATURE_FILTER_TRIGGER
           
static ConfigToken<Boolean> TableConfig.FEATURE_FILTERABLE
           
static ConfigToken<Boolean> TableConfig.FEATURE_INFO
           
static ConfigToken<Boolean> TableConfig.FEATURE_JQUERYUI
           
static ConfigToken<Boolean> TableConfig.FEATURE_LENGTHCHANGE
           
static ConfigToken<String> TableConfig.FEATURE_LENGTHMENU
           
static ConfigToken<Boolean> TableConfig.FEATURE_PAGEABLE
           
static ConfigToken<PaginationType> TableConfig.FEATURE_PAGINATIONTYPE
           
static ConfigToken<Boolean> TableConfig.FEATURE_PROCESSING
           
static ConfigToken<Boolean> TableConfig.FEATURE_SCROLLCOLLAPSE
           
static ConfigToken<String> TableConfig.FEATURE_SCROLLX
           
static ConfigToken<String> TableConfig.FEATURE_SCROLLXINNER
           
static ConfigToken<String> TableConfig.FEATURE_SCROLLY
           
static ConfigToken<Boolean> TableConfig.FEATURE_SORTABLE
           
static ConfigToken<Boolean> TableConfig.FEATURE_STATESAVE
           
static ConfigToken<Boolean> ColumnConfig.FILTERABLE
           
static ConfigToken<String> ColumnConfig.FILTERCSSCLASS
           
static ConfigToken<String> ColumnConfig.FILTERDATEFORMAT
           
static ConfigToken<Integer> ColumnConfig.FILTERMINLENGTH
           
static ConfigToken<String> ColumnConfig.FILTERPLACEHOLDER
           
static ConfigToken<FilterType> ColumnConfig.FILTERTYPE
           
static ConfigToken<String> ColumnConfig.FILTERVALUES
           
static ConfigToken<String> TableConfig.I18N_MSG_ARIA_SORTASC
           
static ConfigToken<String> TableConfig.I18N_MSG_ARIA_SORTDESC
           
static ConfigToken<String> TableConfig.I18N_MSG_EMPTYTABLE
           
static ConfigToken<String> TableConfig.I18N_MSG_INFO
           
static ConfigToken<String> TableConfig.I18N_MSG_INFOEMPTY
           
static ConfigToken<String> TableConfig.I18N_MSG_INFOFILTERED
           
static ConfigToken<String> TableConfig.I18N_MSG_INFOPOSTFIX
           
static ConfigToken<String> TableConfig.I18N_MSG_LENGTHMENU
           
static ConfigToken<String> TableConfig.I18N_MSG_LOADINGRECORDS
           
static ConfigToken<String> TableConfig.I18N_MSG_PAGINATE_FIRST
           
static ConfigToken<String> TableConfig.I18N_MSG_PAGINATE_LAST
           
static ConfigToken<String> TableConfig.I18N_MSG_PAGINATE_NEXT
           
static ConfigToken<String> TableConfig.I18N_MSG_PAGINATE_PREVIOUS
           
static ConfigToken<String> TableConfig.I18N_MSG_PROCESSING
           
static ConfigToken<String> TableConfig.I18N_MSG_SEARCH
           
static ConfigToken<String> TableConfig.I18N_MSG_ZERORECORDS
           
static ConfigToken<String> ColumnConfig.ID
           
static ConfigToken<String> TableConfig.INTERNAL_OBJECTTYPE
           
static ConfigToken<Set<String>> TableConfig.MAIN_EXTENSION_NAMES
           
static ConfigToken<String> TableConfig.MAIN_EXTENSION_PACKAGE
           
static ConfigToken<String> ColumnConfig.NAME
           
static ConfigToken<Integer> TableConfig.PLUGIN_FIXEDOFFSETTOP
           
static ConfigToken<String> TableConfig.PLUGIN_FIXEDPOSITION
           
static ConfigToken<String> ColumnConfig.PROPERTY
           
static ConfigToken<String> ColumnConfig.RENDERFUNCTION
           
static ConfigToken<Boolean> ColumnConfig.SEARCHABLE
           
static ConfigToken<String> ColumnConfig.SELECTOR
           
static ConfigToken<Boolean> ColumnConfig.SORTABLE
           
static ConfigToken<List<Direction>> ColumnConfig.SORTDIRECTION
           
static ConfigToken<String> ColumnConfig.SORTINITDIRECTION
           
static ConfigToken<Integer> ColumnConfig.SORTINITORDER
           
static ConfigToken<String> ColumnConfig.SORTTYPE
           
static ConfigToken<String> ColumnConfig.TITLE
           
static ConfigToken<String> ColumnConfig.TITLEKEY
           
static ConfigToken<Boolean> ColumnConfig.VISIBLE
           
 

Methods in com.github.dandelion.datatables.core.configuration that return ConfigToken
static ConfigToken<?> TableConfig.findByPropertyName(String propertyName)
           
 

Methods in com.github.dandelion.datatables.core.configuration that return types with arguments of type ConfigToken
static Map<ConfigToken<?>,Object> TableConfig.applyConfiguration(Map<ConfigToken<?>,Object> stagingConf, HtmlTable table)
           Overloads the configurations stored in the TableConfiguration instance with the one passed as parameter.
 Map<ConfigToken<?>,Object> TableConfiguration.getConfigurations()
           
 Map<ConfigToken<?>,Object> ColumnConfiguration.getConfigurations()
           
static Map<Locale,Map<String,Map<ConfigToken<?>,Object>>> ConfigurationStore.getConfigurationStore()
          FOR INTERNAL USE ONLY
 Map<ConfigToken<?>,Object> TableConfiguration.getStagingConfiguration()
           
 Map<ConfigToken<?>,Object> ColumnConfiguration.getStagingConfigurations()
           
 Map<ConfigToken<?>,Extension> ColumnConfiguration.getStagingExtension()
           
static Map<ConfigToken<?>,Object> TableConfig.processConfiguration(HtmlTable table)
           At this point, the configuration stored inside the TableConfiguration contains only Strings.
 

Methods in com.github.dandelion.datatables.core.configuration with parameters of type ConfigToken
 void TableConfiguration.addStagingConf(ConfigToken<?> configToken, Object value)
           
 void TableConfiguration.set(ConfigToken<?> configToken, Object object)
           
 void ColumnConfiguration.set(ConfigToken<?> configToken, Object object)
           
 

Method parameters in com.github.dandelion.datatables.core.configuration with type arguments of type ConfigToken
static Map<ConfigToken<?>,Object> TableConfig.applyConfiguration(Map<ConfigToken<?>,Object> stagingConf, HtmlTable table)
           Overloads the configurations stored in the TableConfiguration instance with the one passed as parameter.
static void ColumnConfig.applyConfiguration(Map<ConfigToken<?>,Object> stagingConf, Map<ConfigToken<?>,Extension> stagingExtensions, HtmlColumn column)
           Overloads the configurations stored in the ColumnConfiguration instance with the one passed as parameter.
static void ColumnConfig.applyConfiguration(Map<ConfigToken<?>,Object> stagingConf, Map<ConfigToken<?>,Extension> stagingExtensions, HtmlColumn column)
           Overloads the configurations stored in the ColumnConfiguration instance with the one passed as parameter.
 void StandardConfigurationLoader.resolveConfigurations(Map<String,Map<ConfigToken<?>,Object>> map, Locale locale, javax.servlet.http.HttpServletRequest request)
           Resolve configuration groups for the given locale.
 void ConfigurationLoader.resolveConfigurations(Map<String,Map<ConfigToken<?>,Object>> map, Locale locale, javax.servlet.http.HttpServletRequest request)
           Resolve configuration groups for the given locale.
 void TableConfiguration.setConfig(Map<ConfigToken<?>,Object> configurations2)
           
 void ColumnConfiguration.setConfigurations(Map<ConfigToken<?>,Object> configurations)
           
 void TableConfiguration.setStagingConfiguration(Map<ConfigToken<?>,Object> stagingConfiguration)
           
 void ColumnConfiguration.setStagingConfigurations(Map<ConfigToken<?>,Object> stagingConfigurations)
           
 void ColumnConfiguration.setStagingExtension(Map<ConfigToken<?>,Extension> stagingExtension)
           
 T ConfigToken.valueFrom(Map<ConfigToken<?>,Object> configurations)
           
 

Constructor parameters in com.github.dandelion.datatables.core.configuration with type arguments of type ConfigToken
TableConfiguration(Map<ConfigToken<?>,Object> userConf, MessageResolver messageResolver, javax.servlet.http.HttpServletRequest request)
          FOR INTERNAL USE ONLY
 

Uses of ConfigToken in com.github.dandelion.datatables.core.extension
 

Methods in com.github.dandelion.datatables.core.extension with parameters of type ConfigToken
 boolean AbstractExtension.isEnabled(ConfigToken<Boolean> configToken)
           
 boolean AbstractExtension.isNotNull(ConfigToken<?> configToken)
           
 

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

Fields in com.github.dandelion.datatables.core.processor with type parameters of type ConfigToken
protected  Map.Entry<ConfigToken<?>,Object> AbstractConfigurationProcessor.configEntry
           
protected  Map<ConfigToken<?>,Object> AbstractConfigurationProcessor.stagingConf
           
protected  Map<ConfigToken<?>,Extension> AbstractConfigurationProcessor.stagingExtensions
           
 

Methods in com.github.dandelion.datatables.core.processor with parameters of type ConfigToken
protected  void AbstractConfigurationProcessor.addColumnEntry(ConfigToken<?> configToken, Object value)
           Add a new entry to the staging configuration map of the current ColumnConfiguration instance.
protected  void AbstractConfigurationProcessor.addTableEntry(ConfigToken<?> configToken, Object value)
           Add a new entry to the staging configuration map of the current TableConfiguration instance.
protected  boolean AbstractConfigurationProcessor.isColumnEntryPresent(ConfigToken<?> configToken)
           Test whether the passed ConfigToken is already present in the configuration map.
protected  boolean AbstractConfigurationProcessor.isTableEntryPresent(ConfigToken<?> configToken)
           Test whether the passed ConfigToken is already present in the configuration map.
 

Method parameters in com.github.dandelion.datatables.core.processor with type arguments of type ConfigToken
 void ConfigurationProcessor.process(Map.Entry<ConfigToken<?>,Object> configEntry, ColumnConfiguration columnConfiguration, TableConfiguration tableConfiguration)
           Processes the passed entry which is a ConfigToken from ColumnConfig.
 void AbstractConfigurationProcessor.process(Map.Entry<ConfigToken<?>,Object> configEntry, ColumnConfiguration columnConfiguration, TableConfiguration tableConfiguration)
           Processes the passed entry which is a ConfigToken from ColumnConfig.
 void ConfigurationProcessor.process(Map.Entry<ConfigToken<?>,Object> configEntry, TableConfiguration tableConfiguration)
           Processes the passed entry which is a ConfigToken from TableConfig.
 void AbstractConfigurationProcessor.process(Map.Entry<ConfigToken<?>,Object> configEntry, TableConfiguration tableConfiguration)
           Processes the passed entry which is a ConfigToken from TableConfig.
 

Uses of ConfigToken in com.github.dandelion.datatables.core.util
 

Methods in com.github.dandelion.datatables.core.util with parameters of type ConfigToken
static Boolean CollectionUtils.hasConfigurationWithValue(Map<ConfigToken<?>,Object> confMap, ConfigToken<?> config, Object value)
           
 

Method parameters in com.github.dandelion.datatables.core.util with type arguments of type ConfigToken
static Boolean CollectionUtils.hasConfigurationWithValue(Map<ConfigToken<?>,Object> confMap, ConfigToken<?> config, Object value)
           
 



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