Uses of Interface
de.agilecoders.wicket.jquery.Config
-
Packages that use Config Package Description 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 Modifier and Type Class Description classAbstractConfigBase configuration class.classCombinableConfigclassConfigWithFallbackspecial config that holds two configurations.classMutableConfigdefault mutable configurationMethods in de.agilecoders.wicket.jquery that return Config Modifier and Type Method Description <T> ConfigConfig. 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 Modifier and Type Method Description JQueryJQuery. chain(CharSequence functionName, Config config, Config... extraConfigs)adds a chained function to this jquery instanceCombinableConfigCombinableConfig. combine(Config... fallbackConfigs)combines this configuration with given ones.CombinableConfigCombinableConfig. 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 Constructor Description 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 Constructor Description ConfigurableFunction(CharSequence functionName, Config config)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 Modifier and Type Method Description voidConfigSerializer. serialize(Config value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)
-