Class AjaxEditableMultiLineLabel<T>

Type Parameters:
T - Model object type
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,AjaxEditableLabel<T>>, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

An inplace editor much like AjaxEditableLabel, but now with support for multi line content and a text area as its editor.

Note: attach this component to a block HTML element (like <div>) because its label uses block elements to show the content.

Author:
eelcohillenius
See Also: