Class BreadCrumbLink

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<Void,Link<Void>>, IMetadataContext<Serializable,Component>, IRequestListener, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
BreadCrumbPanelLink

public abstract class BreadCrumbLink extends Link<Void>
A link that when clicked will set the the active bread crumb participant to the one that is returned by getParticipant(String). It is used internally by the the bread crumb bar component, and you can use it for rendering links e.g. with bread crumb panel components.

When clicked, it registers a change for backbutton support.

Author:
Eelco Hillenius
See Also: