Uses of Class
org.apache.wicket.markup.html.basic.Label

Packages that use Label
org.apache.wicket.datetime.markup.html.basic   
org.apache.wicket.examples.ajax.builtin   
org.apache.wicket.examples.stockquote   
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
org.apache.wicket.extensions.markup.html.repeater.data.table   
 

Uses of Label in org.apache.wicket.datetime.markup.html.basic
 

Subclasses of Label 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 Label in org.apache.wicket.examples.ajax.builtin
 

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

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

Subclasses of Label in org.apache.wicket.examples.stockquote
 class StockQuoteLabel2
          StockQuote example provided by Jonathan Locke.
 

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

Subclasses of Label 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.
 

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

Subclasses of Label 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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.