wicket.extensions.breadcrumb.panel
Interface IBreadCrumbPanelFactory
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- BreadCrumbPanelFactory
- public interface IBreadCrumbPanelFactory
- extends java.io.Serializable
Factory interface to enabled defered creation of a bread crumb panel while
getting the proper id for creation. Mainly meant for supporting
BreadCrumbPanel.activate(IBreadCrumbPanelFactory).
create
public BreadCrumbPanel create(java.lang.String componentId,
IBreadCrumbModel breadCrumbModel)
- Creates a new
bread crumb panel instance. The
provided component id must be used when creating the panel.
- Parameters:
componentId - The component id for the new panel.breadCrumbModel - The bread crumb model
- Returns:
- A new bread crumb panel instance
Copyright © 2004-2008 Wicket developers. All Rights Reserved.