Uses of Interface
org.apache.wicket.util.value.IValueMap
-
Packages that use IValueMap Package Description org.apache.wicket.util.value This package provides casting utilities. -
-
Uses of IValueMap in org.apache.wicket.util.value
Classes in org.apache.wicket.util.value that implement IValueMap Modifier and Type Class Description classAttributeMapMap of values, extendingValueMapwith methods for generating (HTML) markup attributes.classCopyOnWriteValueMapAn implementation ofIValueMapthat makes a copy when a caller tries to change an immutableMap.classValueMapAIValueMapimplementation that holds values, parsesStrings, and exposes a variety of convenience methods.Methods in org.apache.wicket.util.value that return IValueMap Modifier and Type Method Description IValueMapCopyOnWriteValueMap. makeImmutable()IValueMapIValueMap. makeImmutable()Makes thisIValueMapimmutable by changing the underlying map representation to aCollections.unmodifiableMap.IValueMapValueMap. makeImmutable()Constructors in org.apache.wicket.util.value with parameters of type IValueMap Constructor Description CopyOnWriteValueMap(IValueMap wrapped)Constructor.
-