@FunctionalInterface public interface IBreadCrumbPanelFactory extends IClusterable
BreadCrumbPanel.activate(IBreadCrumbPanelFactory)
.Modifier and Type | Method and Description |
---|---|
BreadCrumbPanel |
create(String componentId,
IBreadCrumbModel breadCrumbModel)
Creates a new
bread crumb panel instance. |
BreadCrumbPanel create(String componentId, IBreadCrumbModel breadCrumbModel)
bread crumb panel
instance. The provided component id
must be used when creating the panel.componentId
- The component id for the new panel.breadCrumbModel
- The bread crumb modelCopyright © 2006–2022 Apache Software Foundation. All rights reserved.