Class MultiLineLabel

All Implemented Interfaces:
Serializable, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
SmartLinkMultiLineLabel

public class MultiLineLabel extends WebComponent
A MultiLineLabel component replaces its body with the model object.

Unlike Label, MultiLineLabel shows text that spans multiple lines by inserting line breaks (BR tags) for newlines and paragraph markers (P tags) for sequences of more than one newline.

Author:
Jonathan Locke
See Also: