Uses of Class
com.github.adminfaces.template.model.BreadCrumb
-
Packages that use BreadCrumb Package Description com.github.adminfaces.template.bean -
-
Uses of BreadCrumb in com.github.adminfaces.template.bean
Methods in com.github.adminfaces.template.bean that return types with arguments of type BreadCrumb Modifier and Type Method Description List<BreadCrumb>BreadCrumbMB. getBreadCrumbs()Methods in com.github.adminfaces.template.bean with parameters of type BreadCrumb Modifier and Type Method Description voidBreadCrumbMB. add(BreadCrumb breadCrumb)voidBreadCrumbMB. remove(BreadCrumb breadCrumb)Method parameters in com.github.adminfaces.template.bean with type arguments of type BreadCrumb Modifier and Type Method Description voidBreadCrumbMB. setBreadCrumbs(List<BreadCrumb> breadCrumbs)
-