|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBreadCrumbPanelFactory | |
|---|---|
| wicket.extensions.breadcrumb.panel | This package contains a panel based implementation of bread crumb participants. |
| Uses of IBreadCrumbPanelFactory in wicket.extensions.breadcrumb.panel |
|---|
| Classes in wicket.extensions.breadcrumb.panel that implement IBreadCrumbPanelFactory | |
|---|---|
class |
BreadCrumbPanelFactory
Simple factory that creates instances of a bread crumb panel based on the class it is
constructed with. |
| Methods in wicket.extensions.breadcrumb.panel with parameters of type IBreadCrumbPanelFactory | |
|---|---|
void |
BreadCrumbPanel.activate(IBreadCrumbPanelFactory breadCrumbPanelFactory)
Activates the bread crumb panel that is the
result of calling
the create method
of the bread crumb panel factory. |
| Constructors in wicket.extensions.breadcrumb.panel with parameters of type IBreadCrumbPanelFactory | |
|---|---|
BreadCrumbPanelLink(java.lang.String id,
IBreadCrumbModel breadCrumbModel,
IBreadCrumbPanelFactory breadCrumbPanelFactory)
Construct. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||