Package org.apache.wicket.extensions.breadcrumb.panel
This package contains a panel based implementation of bread crumb participants. Basically, if you use BreadCrumbPanel with BreadCrumbBar, you'll have a working pattern of panel replacements and bread crumbs that keep track of them. See the breadcrumb example of wicket-examples.
-
Interface Summary Interface Description IBreadCrumbPanelFactory Factory interface to enabled deferred creation of a bread crumb panel while getting the proper id for creation. -
Class Summary Class Description BreadCrumbPanel A panel that participates with abread crumb model
.BreadCrumbPanelFactory Simple factory that creates instances of abread crumb panel
based on the class it is constructed with.BreadCrumbPanelLink Bread crumb link specifically forbread crumb panels
.BreadCrumbParticipantDelegate Base implementation forPanel
/Component
basedIBreadCrumbParticipant
that decouples the implementation from the actual panel class.