org.apache.wicket.extensions.breadcrumb.panel |
wicket.extensions.breadcrumb.panel package
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.
|
Java Source File Name | Type | Comment |
BreadCrumbPanel.java | Class | A panel that participates with a
IBreadCrumbModel bread crumb model .
The idea is that you would have a dialog-like component that is much like a
wizard, but more decoupled. |
BreadCrumbPanelFactory.java | Class | Simple factory that creates instances of a
BreadCrumbPanel bread crumb panel based on the class it is
constructed with. |
BreadCrumbPanelLink.java | Class | Bread crumb link specifically for
BreadCrumbPanel bread crumb panels . |
IBreadCrumbPanelFactory.java | Interface | Factory interface to enabled defered creation of a bread crumb panel while
getting the proper id for creation. |