Uses of Interface
org.apache.wicket.IResourceListener

Packages that use IResourceListener
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.link Link components. 
 

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

Classes in org.apache.wicket.markup.html.form that implement IResourceListener
 class ImageButton
          <input type="image"> component - like Button only with an image.
 

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

Classes in org.apache.wicket.markup.html.image that implement IResourceListener
 class Image
          An Image component displays a localizable image resource.
 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 IResourceListener in org.apache.wicket.markup.html.link
 

Classes in org.apache.wicket.markup.html.link that implement IResourceListener
 class ResourceLink<T>
          A link to any ResourceReference.
 



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.