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

Packages that use MultiLineLabel
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
 

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

Methods in org.apache.wicket.extensions.ajax.markup.html that return MultiLineLabel
protected  MultiLineLabel AjaxEditableMultiLineLabel.newLabel(MarkupContainer parent, java.lang.String componentId, IModel<T> model)
          Create a new form component instance to serve as label.
 

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

Subclasses of MultiLineLabel in org.apache.wicket.extensions.markup.html.basic
 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.
 



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