List of usage examples for org.apache.wicket.markup.html.basic MultiLineLabel subclass-usage
From source file org.cast.cwm.components.ShyMultiLineLabel.java
/**
* A MultiLineLabel that makes itself invisible whenever it has nothing to say.
* This is convenient if, say, it is inside a <wicket:enclosure> that
* should be hidden when the label content is empty.
*
*/
From source file org.dcm4chee.web.war.tc.widgets.TCMultiLineLabel.java
/** * @author Bernhard Ableitinger <bernhard.ableitinger@agfa.com> * @version $Revision$ $Date$ * @since April 28, 2011 */ @SuppressWarnings("serial")
From source file org.ujorm.wicket.component.form.FeedbackLabel.java
/**
* Label displaying feedback messages for FormComponents.
* <p>
* You can use this Label to show the error message near the actual FormComponent, instead of in the FeedbackPanel
* It's safe to remove the FeedbackPanel if you use this class for every FormComponent in your Form.
* <p>