Uses of Class
org.apache.wicket.markup.html.WebComponent

Packages that use WebComponent
org.apache.wicket.markup.html.basic Basic HTML components. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.include Components for including content from non-Wicket sources. 
 

Uses of WebComponent in org.apache.wicket.markup.html.basic
 

Subclasses of WebComponent in org.apache.wicket.markup.html.basic
 class EnumLabel<T extends Enum<T>>
          A Label component that is used to render an enum value.
 class Label
          A Label component replaces its body with the String version of its model object returned by getModelObjectAsString().
 class MultiLineLabel
          A MultiLineLabel component replaces its body with the model object.
 

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

Subclasses of WebComponent in org.apache.wicket.markup.html.image
 class ContextImage
          Provides a context-relative image.
 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 WebComponent in org.apache.wicket.markup.html.include
 

Subclasses of WebComponent in org.apache.wicket.markup.html.include
 class Include
           Component that includes/ renders the import result of an URL, much like JSP include.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.