Uses of Interface
org.apache.wicket.extensions.breadcrumb.panel.IBreadCrumbPanelFactory

Packages that use IBreadCrumbPanelFactory
org.apache.wicket.extensions.breadcrumb.panel This package contains a panel based implementation of bread crumb participants. 
 

Uses of IBreadCrumbPanelFactory in org.apache.wicket.extensions.breadcrumb.panel
 

Classes in org.apache.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 org.apache.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 org.apache.wicket.extensions.breadcrumb.panel with parameters of type IBreadCrumbPanelFactory
BreadCrumbPanelLink(String id, IBreadCrumbModel breadCrumbModel, IBreadCrumbPanelFactory breadCrumbPanelFactory)
          Construct.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.