org.apache.wicket.extensions.breadcrumb.panel
Interface IBreadCrumbPanelFactory
- All Superinterfaces:
- org.apache.wicket.IClusterable, java.io.Serializable
- All Known Implementing Classes:
- BreadCrumbPanelFactory
public interface IBreadCrumbPanelFactory
- extends org.apache.wicket.IClusterable
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
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-2007 Apache Software Foundation. All Rights Reserved.