Uses of Class
org.apache.wicket.markup.html.image.Image

Packages that use Image
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.link Link components. 
 

Uses of Image in org.apache.wicket.markup.html.image
 

Subclasses of Image in org.apache.wicket.markup.html.image
 class NonCachingImage
          A subclass of Image that adds random noise to the url every request to prevent the browser from caching the image.
 

Uses of Image in org.apache.wicket.markup.html.link
 

Constructors in org.apache.wicket.markup.html.link with parameters of type Image
ClientSideImageMap(String id, Image image)
          Constructs a client-side image map which is "attached" to the given Image component.
 



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