Uses of Interface
de.agilecoders.wicket.jquery.Config
Packages that use Config
Package
Description
-
Uses of Config in de.agilecoders.wicket.jquery
Classes in de.agilecoders.wicket.jquery that implement ConfigModifier and TypeClassDescriptionclassBase configuration class.classclassspecial config that holds two configurations.classdefault mutable configurationMethods in de.agilecoders.wicket.jquery that return ConfigMethods in de.agilecoders.wicket.jquery with parameters of type ConfigModifier and TypeMethodDescriptionJQuery.chain(CharSequence functionName, Config config, Config... extraConfigs) adds a chained function to this jquery instancecombines this configuration with given ones.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 -
Uses of Config in de.agilecoders.wicket.jquery.function
Constructors in de.agilecoders.wicket.jquery.function with parameters of type ConfigModifierConstructorDescriptionConfigurableFunction(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