See: Description
Interface | Description |
---|---|
IBreadCrumbModel |
Bread crumbs provide a means to track certain history of client actions.
|
IBreadCrumbModelListener |
Bread crumb model listeners get notified by
bread crumb models of
activation ,
addition and
removal events. |
IBreadCrumbParticipant |
Bread crumb participants function as proxies for components that are part of a bread crumb
hierarchy.
|
Class | Description |
---|---|
BreadCrumbBar |
A component that renders bread crumbs.
|
BreadCrumbLink |
A link that when clicked will set the the active
bread crumb
participant to the one that is returned by BreadCrumbLink.getParticipant(String) . |
BreadCrumbModelListenerSupport |
Utility class for working with
bread crumb model listeners . |
DefaultBreadCrumbsModel |
Default breadcrumb model implementation that should be good for 99% of the use cases out there.
|
Package for working with bread crumb components.
Bread crumbs provide a means to track certain history of client actions. Bread crumbs are typically rendered as a list of links, and are useful when users 'dig deeper' into the site structure so that they can find their way back again and have a notion of where they currently are.
Bread crumbs in the original sense just represent where people are in a site hierarchy. For example, when browsing a product site, bread crumbs could look like this:
Home > Products & Solutions > Hardware > Desktop Systemsor
World > Europe > The Netherlands > UtrechtThese items would be rendered as links to the corresponding site location.
The central interface of this package is IBreadCrumbModel, which models the concept of bread crumbs. The main implementation of bread crumbs is the BreadCrumbBar, which is a Wicket component that renders the bread crumbs and an implementation of IBreadCrumbModel in one.
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.