Uses of Class
wicket.util.value.ValueMap

Packages that use ValueMap
wicket The core Wicket package. 
wicket.markup Base package for markup. 
wicket.markup.html.image Image components. 
wicket.markup.html.image.resource Resource support for image components. 
wicket.markup.html.link Link components. 
wicket.request.target.coding Additions to request targets. 
wicket.resource Locale aware resouce loaders. 
wicket.util.value Casting utilities. 
 

Uses of ValueMap in wicket
 

Subclasses of ValueMap in wicket
 class PageParameters
          A typesafe abstraction and container for parameters to a requested page.
 

Methods in wicket that return ValueMap
 ValueMap Component.getMarkupAttributes()
          THIS IS WICKET INTERNAL ONLY.
protected  ValueMap Resource.getParameters()
           
 

Methods in wicket with parameters of type ValueMap
 java.lang.CharSequence RequestCycle.urlFor(ResourceReference resourceReference, ValueMap parameters)
          Returns a URL that references a shared resource through the provided resource reference.
 

Uses of ValueMap in wicket.markup
 

Methods in wicket.markup that return ValueMap
 ValueMap ComponentTag.getAttributes()
           
 

Uses of ValueMap in wicket.markup.html.image
 

Methods in wicket.markup.html.image with parameters of type ValueMap
 void Image.setImageResourceReference(ResourceReference resourceReference, ValueMap parameters)
           
 

Constructors in wicket.markup.html.image with parameters of type ValueMap
Image(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Constructs an image from an image resourcereference.
NonCachingImage(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Construct.
 

Uses of ValueMap in wicket.markup.html.image.resource
 

Methods in wicket.markup.html.image.resource with parameters of type ValueMap
 void LocalizedImageResource.setResourceReference(ResourceReference resourceReference, ValueMap resourceParameters)
           
 

Uses of ValueMap in wicket.markup.html.link
 

Constructors in wicket.markup.html.link with parameters of type ValueMap
ResourceLink(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Constructs an ResourceLink from an resourcereference.
 

Uses of ValueMap in wicket.request.target.coding
 

Methods in wicket.request.target.coding that return ValueMap
protected  ValueMap QueryStringUrlCodingStrategy.decodeParameters(java.lang.String fragment, java.util.Map passedParameters)
          Decodes parameters object from the provided query string
protected  ValueMap IndexedParamUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
           
protected  ValueMap AbstractRequestTargetUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
          Decodes parameters object from the provided url fragment
 

Uses of ValueMap in wicket.resource
 

Methods in wicket.resource that return ValueMap
 ValueMap Properties.getAll()
          Get all values from the properties file
 

Uses of ValueMap in wicket.util.value
 

Subclasses of ValueMap in wicket.util.value
 class AttributeMap
          ValueMap for attributes.
 

Fields in wicket.util.value declared as ValueMap
static ValueMap ValueMap.EMPTY_MAP
          An empty ValueMap.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.