|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConfigToken in com.github.dandelion.datatables.core.configuration |
|---|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||