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

Packages that use WebComponent
org.apache.wicket.datetime.markup.html.basic   
org.apache.wicket.examples.ajax.builtin   
org.apache.wicket.examples.stockquote   
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
org.apache.wicket.extensions.markup.html.repeater.data.table   
org.apache.wicket.extensions.yui.calendar   
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.datetime.markup.html.basic
 

Subclasses of WebComponent in org.apache.wicket.datetime.markup.html.basic
 class DateLabel
          A label that is mapped to a java.util.Date object and that uses Joda time to format values.
 

Uses of WebComponent in org.apache.wicket.examples.ajax.builtin
 

Subclasses of WebComponent in org.apache.wicket.examples.ajax.builtin
 class Clock
          A simple component that displays current time
 

Uses of WebComponent in org.apache.wicket.examples.stockquote
 

Subclasses of WebComponent in org.apache.wicket.examples.stockquote
 class StockQuoteLabel
          Gets a stock quote from a webservice.
 class StockQuoteLabel2
          StockQuote example provided by Jonathan Locke.
 

Uses of WebComponent in org.apache.wicket.extensions.ajax.markup.html
 

Methods in org.apache.wicket.extensions.ajax.markup.html that return WebComponent
protected  WebComponent AjaxEditableLabel.getLabel()
          Gets the label component.
protected  WebComponent AjaxEditableLabel.newLabel(MarkupContainer parent, String componentId, IModel<T> model)
          Create a new form component instance to serve as label.
protected  WebComponent AjaxEditableChoiceLabel.newLabel(MarkupContainer parent, String componentId, IModel<T> model)
           
 

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

Subclasses of WebComponent in org.apache.wicket.extensions.markup.html.basic
 class SmartLinkLabel
          If you have email addresses or web URLs in the data that you are displaying, then you can automatically display those pieces of data as hyperlinks, you will not have to take any action to convert that data.
 class SmartLinkMultiLineLabel
          If you have email addresses or web URLs in the data that you are displaying, then you can automatically display those pieces of data as hyperlinks, you will not have to take any action to convert that data.
 

Uses of WebComponent in org.apache.wicket.extensions.markup.html.repeater.data.table
 

Subclasses of WebComponent in org.apache.wicket.extensions.markup.html.repeater.data.table
 class NavigatorLabel
          Label that provides Showing x to y of z message given for a DataTable.
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return WebComponent
protected  WebComponent NavigationToolbar.newNavigatorLabel(String navigatorId, DataTable<?> table)
          Factory method used to create the navigator label that will be used by the datatable
 

Uses of WebComponent in org.apache.wicket.extensions.yui.calendar
 

Subclasses of WebComponent in org.apache.wicket.extensions.yui.calendar
 class AbstractCalendar
          Abstract calendar component based on the YUI (Yahoo User Interface library) javascript widget.
 

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 © 2004-2011 Apache Software Foundation. All Rights Reserved.