|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.util.value.ValueMap
wicket.util.value.AttributeMap
ValueMap for attribtues.
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary |
| Fields inherited from class wicket.util.value.ValueMap |
EMPTY_MAP |
| Constructor Summary | |
AttributeMap()
Constructs an empty map. |
|
AttributeMap(java.util.Map map)
Copy constructor. |
|
| Method Summary | |
void |
putAll(java.util.Map map)
Puts all pairs of the given map in this map, converting all keys to lower case strings along the way. |
| Methods inherited from class wicket.util.value.ValueMap |
clear, containsKey, containsValue, entrySet, get, getBoolean, getDouble, getDuration, getInt, getInt, getLong, getLong, getString, getStringValue, getTime, isEmpty, isImmutable, keySet, makeImmutable, put, remove, size, toDebugString, toString, values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Constructor Detail |
public AttributeMap()
public AttributeMap(java.util.Map map)
map - map to be copied| Method Detail |
public void putAll(java.util.Map map)
putAll in interface java.util.MapputAll in class ValueMapmap - the map to add to this mapValueMap.putAll(java.util.Map)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||