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

Packages that use IValueMap
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
org.apache.wicket.util.value This package provides casting utilities. 
 

Uses of IValueMap in org.apache.wicket
 

Classes in org.apache.wicket that implement IValueMap
 class PageParameters
          A typesafe abstraction and container for parameters to a requested page.
 

Uses of IValueMap in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup that return IValueMap
 IValueMap ComponentTag.getAttributes()
           
 

Uses of IValueMap in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that return IValueMap
protected  IValueMap RadioChoice.getAdditionalAttributes(int index, T choice)
          You may subclass this method to provide additional attributes to the <input ..> tag.
 

Uses of IValueMap in org.apache.wicket.markup.parser
 

Classes in org.apache.wicket.markup.parser that implement IValueMap
 class TagAttributes
           
 

Methods in org.apache.wicket.markup.parser that return IValueMap
 IValueMap XmlTag.getAttributes()
          Gets a hashmap of this tag's attributes.
 

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 ValueMap.makeImmutable()
           
 IValueMap IValueMap.makeImmutable()
          Makes this IValueMap immutable by changing the underlying map representation to a Collections.unmodifiableMap.
 IValueMap CopyOnWriteValueMap.makeImmutable()
           
 

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



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.