Uses of Class
wicket.markup.html.WebComponent

Packages that use WebComponent
wicket.ajax.markup.html.form   
wicket.markup.html.basic Basic HTML components. 
wicket.markup.html.image Image components. 
wicket.markup.html.include Components for including content from non-Wicket sources. 
wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
 

Uses of WebComponent in wicket.ajax.markup.html.form
 

Subclasses of WebComponent in wicket.ajax.markup.html.form
 class AjaxSubmitButton
          A button that submits the form via ajax.
 

Uses of WebComponent in wicket.markup.html.basic
 

Subclasses of WebComponent in wicket.markup.html.basic
 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 wicket.markup.html.image
 

Subclasses of WebComponent in wicket.markup.html.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 wicket.markup.html.include
 

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

Uses of WebComponent in wicket.markup.resolver
 

Subclasses of WebComponent in wicket.markup.resolver
static class WicketMessageResolver.MyLabel
          A Label with expands open-close tags to open-body-close if required
 



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