Uses of Package
org.apache.wicket.extensions.breadcrumb

Packages that use org.apache.wicket.extensions.breadcrumb
org.apache.wicket.examples.breadcrumb   
org.apache.wicket.extensions.breadcrumb Package for working with bread crumb components. 
org.apache.wicket.extensions.breadcrumb.panel This package contains a panel based implementation of bread crumb participants. 
 

Classes in org.apache.wicket.extensions.breadcrumb used by org.apache.wicket.examples.breadcrumb
IBreadCrumbModel
          Bread crumbs provide a means to track certain history of client actions.
IBreadCrumbParticipant
          Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy.
 

Classes in org.apache.wicket.extensions.breadcrumb used by org.apache.wicket.extensions.breadcrumb
IBreadCrumbModel
          Bread crumbs provide a means to track certain history of client actions.
IBreadCrumbModelListener
          Bread crumb model listeners get notified by bread crumb models of activation, addition and removal events.
IBreadCrumbParticipant
          Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy.
 

Classes in org.apache.wicket.extensions.breadcrumb used by org.apache.wicket.extensions.breadcrumb.panel
BreadCrumbLink
          A link that when clicked will set the the active bread crumb participant to the one that is returned by BreadCrumbLink.getParticipant(String).
IBreadCrumbModel
          Bread crumbs provide a means to track certain history of client actions.
IBreadCrumbParticipant
          Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy.
 



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