Uses of Package
org.apache.wicket.extensions.breadcrumb
Packages that use org.apache.wicket.extensions.breadcrumb
Package
Description
Package for working with bread crumb components.
This package contains a panel based implementation of bread crumb participants.
-
Classes in org.apache.wicket.extensions.breadcrumb used by org.apache.wicket.extensions.breadcrumbClassDescriptionBread crumbs provide a means to track certain history of client actions.Bread crumb model listeners get notified by
bread crumb modelsofactivation,additionandremovalevents.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.panelClassDescriptionA link that when clicked will set the the active
bread crumb participantto the one that is returned byBreadCrumbLink.getParticipant(String).Bread crumbs provide a means to track certain history of client actions.Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy.