Class FormComponentLabel

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

A component that represents HTML <label> tag. This component will automatically make the form component output an id attribute and link its for attribute with that value.
Author:
Igor Vaynberg (ivaynberg)
See Also: