Uses of Package
org.apache.wicket.extensions.breadcrumb
-
Packages that use org.apache.wicket.extensions.breadcrumb Package Description org.apache.wicket.extensions.breadcrumb Package for working with bread crumb components.org.apache.wicket.extensions.breadcrumb.panel This package contains a panel based implementation of bread crumb participants. -
Classes in org.apache.wicket.extensions.breadcrumb used by org.apache.wicket.extensions.breadcrumb Class Description IBreadCrumbModel Bread crumbs provide a means to track certain history of client actions.IBreadCrumbModelListener Bread crumb model listeners get notified bybread crumb models
ofactivation
,addition
andremoval
events.IBreadCrumbParticipant Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy. -
Classes in org.apache.wicket.extensions.breadcrumb used by org.apache.wicket.extensions.breadcrumb.panel Class Description BreadCrumbLink A link that when clicked will set the the activebread crumb participant
to the one that is returned byBreadCrumbLink.getParticipant(String)
.IBreadCrumbModel Bread crumbs provide a means to track certain history of client actions.IBreadCrumbParticipant Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy.