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

Packages that use IKey
de.agilecoders.wicket.jquery   
 

Uses of IKey in de.agilecoders.wicket.jquery
 

Classes in de.agilecoders.wicket.jquery that implement IKey
 class Key<T>
          Default IKey implementation
 

Methods in de.agilecoders.wicket.jquery that return IKey
protected static
<T> IKey<T>
AbstractConfig.newKey(String key, T defaultValue)
          creates a new key.
 

Methods in de.agilecoders.wicket.jquery with parameters of type IKey
<T> boolean
Config.contains(IKey<T> key)
          returns true if given key is set to this config
<T> boolean
AbstractConfig.contains(IKey<T> key)
           
<T> boolean
ConfigWithFallback.contains(IKey<T> key)
           
<T> T
Config.get(IKey<T> key)
          returns the value for the given key.
<T> T
AbstractConfig.get(IKey<T> key)
          returns the value for the given key.
<T> T
ConfigWithFallback.get(IKey<T> key)
           
protected
<T> String
AbstractConfig.getString(IKey<T> key)
          returns the value as string according to given key.
<T> Config
Config.put(IKey<T> key, T value)
          puts a new config to the configuration map.
<T> AbstractConfig
AbstractConfig.put(IKey<T> key, T value)
          puts a new config to the configuration map.
<T> ConfigWithFallback
ConfigWithFallback.put(IKey<T> key, T value)
           
<T> T
Config.remove(IKey<T> key)
          removes the given key (and its value) from configuration map.
<T> T
AbstractConfig.remove(IKey<T> key)
          removes the given key (and its value) from configuration map.
<T> T
ConfigWithFallback.remove(IKey<T> key)
           
 



Copyright © 2017. All Rights Reserved.