Uses of Class
de.agilecoders.wicket.jquery.CombinableConfig
-
Packages that use CombinableConfig Package Description de.agilecoders.wicket.jquery -
-
Uses of CombinableConfig in de.agilecoders.wicket.jquery
Subclasses of CombinableConfig in de.agilecoders.wicket.jquery Modifier and Type Class Description classAbstractConfigBase configuration class.classConfigWithFallbackspecial config that holds two configurations.classMutableConfigdefault mutable configurationMethods in de.agilecoders.wicket.jquery that return CombinableConfig Modifier and Type Method Description CombinableConfigCombinableConfig. 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.
-