Uses of Class
org.zeroexchange.web.navigation.breadcrumb.Breadcrumb

Packages that use Breadcrumb
org.zeroexchange.web.navigation.breadcrumb   
 

Uses of Breadcrumb in org.zeroexchange.web.navigation.breadcrumb
 

Methods in org.zeroexchange.web.navigation.breadcrumb that return types with arguments of type Breadcrumb
 List<Breadcrumb> BreadcrumbsStore.getBreadcrumbs()
          Returns unmodifable list of the breadcrumbs.
 List<Breadcrumb> DefaultBreadcrumbsStore.getBreadcrumbs()
          Returns unmodifable list of the breadcrumbs.
 List<Breadcrumb> BreadcrumbsStore.getPath()
          Returns the current path.
 List<Breadcrumb> DefaultBreadcrumbsStore.getPath()
          Returns the current path.
 

Methods in org.zeroexchange.web.navigation.breadcrumb with parameters of type Breadcrumb
 void BreadcrumbsStore.putBreadcrumb(Breadcrumb breadcrumb)
          Appends breadcrumb to the path.
 void DefaultBreadcrumbsStore.putBreadcrumb(Breadcrumb breadcrumb)
          Appends breadcrumb to the path.
 



Copyright © 2013. All Rights Reserved.