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

Packages that use TableConfiguration
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.html   
com.github.dandelion.datatables.core.processor   
 

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

Methods in com.github.dandelion.datatables.core.configuration that return TableConfiguration
 TableConfiguration TableConfiguration.addCssClass(String cssClass)
           
 TableConfiguration TableConfiguration.addCssStyle(String cssStyle)
           
 TableConfiguration TableConfiguration.addExtraJs(ExtraJs extraJs)
           
static TableConfiguration TableConfiguration.getInstance(String tableId, javax.servlet.http.HttpServletRequest request)
          Return an instance of TableConfiguration for the DEFAULT_GROUP_NAME (global), i.e. containing all global configurations.
static TableConfiguration TableConfiguration.getInstance(String tableId, javax.servlet.http.HttpServletRequest request, String groupName)
           Return an instance of TableConfiguration for the given groupName.
static TableConfiguration ConfigurationStore.getPrototype(javax.servlet.http.HttpServletRequest request, String groupName)
           Return the TableConfiguration prototype for the given locale (extracted from the request) and the given group.
 TableConfiguration TableConfiguration.registerCallback(Callback callback)
           
 TableConfiguration TableConfiguration.registerExtension(Extension extension)
          Register an extension in the TableConfiguration.
 TableConfiguration TableConfiguration.setExportTypes(String exportTypes)
           
 TableConfiguration TableConfiguration.setInternalExtensions(Set<Extension> extensions)
           
 

Methods in com.github.dandelion.datatables.core.configuration with parameters of type TableConfiguration
 void ConfigToken.appendIn(TableConfiguration tableConfiguration, char value)
           
 void ConfigToken.appendIn(TableConfiguration tableConfiguration, String value)
           
 void ConfigToken.setIn(TableConfiguration tableConfiguration, T value)
           
 T ConfigToken.valueFrom(TableConfiguration tableConfiguration)
           
 

Uses of TableConfiguration in com.github.dandelion.datatables.core.html
 

Methods in com.github.dandelion.datatables.core.html that return TableConfiguration
 TableConfiguration HtmlTable.getTableConfiguration()
           
 

Methods in com.github.dandelion.datatables.core.html with parameters of type TableConfiguration
 void HtmlTable.setTableConfiguration(TableConfiguration tableConfiguration)
           
 

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

Fields in com.github.dandelion.datatables.core.processor declared as TableConfiguration
protected  TableConfiguration AbstractConfigurationProcessor.tableConfiguration
           
 

Methods in com.github.dandelion.datatables.core.processor with parameters of type TableConfiguration
 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.
 



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