Uses of Class
org.apache.wicket.markup.html.image.Image
-
Packages that use Image Package Description 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 Modifier and Type Class Description classNonCachingImageA subclass ofImagethat always adds random noise to the url every request to prevent the browser from caching the image.classSourceA component which displays localizable image resources within a picture tag. -
Uses of Image in org.apache.wicket.markup.html.link
Constructors in org.apache.wicket.markup.html.link with parameters of type Image Constructor Description ClientSideImageMap(java.lang.String id, Image image)Constructs a client-side image map which is "attached" to the givenImagecomponent.
-