Uses of Interface
org.apache.wicket.util.value.IValueMap

Packages that use IValueMap
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
 class AttributeMap
          ValueMap for attributes.
 class CopyOnWriteValueMap
          An implementation of IValueMap that makes a copy when a caller tries to change an immutable Map.
 class ValueMap
          A IValueMap implementation that holds values, parses Strings, and exposes a variety of convenience methods.
 

Methods in org.apache.wicket.util.value that return IValueMap
 IValueMap IValueMap.makeImmutable()
          Makes this IValueMap immutable by changing the underlying map representation to a Collections.unmodifiableMap.
 IValueMap ValueMap.makeImmutable()
           
 IValueMap CopyOnWriteValueMap.makeImmutable()
           
 

Constructors in org.apache.wicket.util.value with parameters of type IValueMap
CopyOnWriteValueMap(IValueMap wrapped)
          Constructor.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.