Class WebComponent

java.lang.Object
org.apache.wicket.Component
org.apache.wicket.markup.html.WebComponent
All Implemented Interfaces:
Serializable, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
ContextImage, EnumLabel, ExternalImage, Image, Include, InlineImage, Label, MultiLineLabel

public class WebComponent extends Component
Base class for simple HTML components which do not hold nested components. If you need to support nested components, see WebMarkupContainer or use Panel if the component will have its own associated markup.
Author:
Jonathan Locke, Juergen Donnerstag, Eelco Hillenius
See Also: