Uses of Interface
de.agilecoders.wicket.jquery.Config

Packages that use Config
de.agilecoders.wicket.jquery   
de.agilecoders.wicket.jquery.function   
de.agilecoders.wicket.jquery.util.serializer   
 

Uses of Config in de.agilecoders.wicket.jquery
 

Classes in de.agilecoders.wicket.jquery that implement Config
 class AbstractConfig
          Base configuration class.
 class CombinableConfig
           
 class ConfigWithFallback
          special config that holds two configurations.
 class MutableConfig
          default mutable configuration
 

Methods in de.agilecoders.wicket.jquery that return Config
<T> Config
Config.put(IKey<T> key, T value)
          puts a new config to the configuration map.
 

Methods in de.agilecoders.wicket.jquery with parameters of type Config
 JQuery JQuery.chain(CharSequence functionName, Config config, Config... extraConfigs)
          adds a chained function to this jquery instance
 JQuery JQuery.chain(CharSequence functionName, Config config, Config... extraConfigs)
          adds a chained function to this jquery instance
 CombinableConfig CombinableConfig.combine(Config... fallbackConfigs)
          combines this configuration with given ones.
 CombinableConfig CombinableConfig.withFallback(Config fallback)
          uses given config as fallback if a key isn't set in this config.
 

Constructors in de.agilecoders.wicket.jquery with parameters of type Config
ConfigWithFallback(Config base, Config fallback)
          Construct.
 

Uses of Config in de.agilecoders.wicket.jquery.function
 

Constructors in de.agilecoders.wicket.jquery.function with parameters of type Config
ConfigurableFunction(CharSequence functionName, Config config)
          Construct.
ConfigurableFunction(CharSequence functionName, Config config, Config... extraConfigs)
          Construct.
ConfigurableFunction(CharSequence functionName, Config config, Config... extraConfigs)
          Construct.
 

Uses of Config in de.agilecoders.wicket.jquery.util.serializer
 

Methods in de.agilecoders.wicket.jquery.util.serializer with parameters of type Config
 void ConfigSerializer.serialize(Config value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 



Copyright © 2017. All Rights Reserved.