|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
AbstractConfig.newKey(String key,
T defaultValue)
creates a new key. |
|
| Methods in de.agilecoders.wicket.jquery with parameters of type IKey | ||
|---|---|---|
|
Config.contains(IKey<T> key)
returns true if given key is set to this config |
|
|
AbstractConfig.contains(IKey<T> key)
|
|
|
ConfigWithFallback.contains(IKey<T> key)
|
|
|
Config.get(IKey<T> key)
returns the value for the given key. |
|
|
AbstractConfig.get(IKey<T> key)
returns the value for the given key. |
|
|
ConfigWithFallback.get(IKey<T> key)
|
|
protected
|
AbstractConfig.getString(IKey<T> key)
returns the value as string according to given key. |
|
|
Config.put(IKey<T> key,
T value)
puts a new config to the configuration map. |
|
|
AbstractConfig.put(IKey<T> key,
T value)
puts a new config to the configuration map. |
|
|
ConfigWithFallback.put(IKey<T> key,
T value)
|
|
|
Config.remove(IKey<T> key)
removes the given key (and its value) from configuration map. |
|
|
AbstractConfig.remove(IKey<T> key)
removes the given key (and its value) from configuration map. |
|
|
ConfigWithFallback.remove(IKey<T> key)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||