Uses of Class
org.kuali.rice.krad.uif.element.BreadcrumbItem
Packages that use BreadcrumbItem
Package
Description
-
Uses of BreadcrumbItem in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return BreadcrumbItemModifier and TypeMethodDescriptionPageGroup.getBreadcrumbItem()The breadcrumbItem for this page.PageGroupBase.getBreadcrumbItem()The breadcrumbItem for this page.Methods in org.kuali.rice.krad.uif.container that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionPageGroup.getBreadcrumbOverrides()Gets the breadcrumb items overrides.PageGroupBase.getBreadcrumbOverrides()Gets the breadcrumb items overrides.PageGroup.getHomewardPathBreadcrumbs()Gets the breadcrumb items indicating a homeward path.PageGroupBase.getHomewardPathBreadcrumbs()Gets the breadcrumb items indicating a homeward path.PageGroup.getPrePageBreadcrumbs()Gets the breadcrumb items leading to the current page.PageGroupBase.getPrePageBreadcrumbs()Gets the breadcrumb items leading to the current page.PageGroup.getPreViewBreadcrumbs()Gets the breadcrumb items leading to the current view.PageGroupBase.getPreViewBreadcrumbs()Gets the breadcrumb items leading to the current view.Methods in org.kuali.rice.krad.uif.container with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionvoidPageGroup.setBreadcrumbItem(BreadcrumbItem breadcrumbItem) Set the breadcrumbItem for this PageGroupvoidPageGroupBase.setBreadcrumbItem(BreadcrumbItem breadcrumbItem) Set the breadcrumbItem for this PageGroup -
Uses of BreadcrumbItem in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbOptions.getBreadcrumbOverrides()The breadcrumbOverrides are a complete override for all breadcrumbs shown expect for parent location/path breadcrumbs.BreadcrumbOptions.getHomewardPathBreadcrumbs()The homewardPathBreadcrumbs represent the path to "Home" location, these appear before anything else - including parentLocation/path based breadcrumbs.BreadcrumbOptions.getPrePageBreadcrumbs()The prePageBreadcrumbs list represents BreadcrumbItems that will be shown before the PageGroup's BreadcrumbItem, but after the View's BreadcrumbItem.BreadcrumbOptions.getPreViewBreadcrumbs()The preViewBreadcrumbs list represents BreadcrumbItems that will be shown before the View's BreadcrumbItem, but after any parent location breadcrumbs/path based breadcrumbs (if in use)Methods in org.kuali.rice.krad.uif.element with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionvoidBreadcrumbOptions.finalizeBreadcrumbs(Object model, Container parent, BreadcrumbItem breadcrumbItem) Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the View.voidPageBreadcrumbOptions.finalizeBreadcrumbs(Object model, Container parent, BreadcrumbItem breadcrumbItem) Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the PageGroup.protected voidBreadcrumbOptions.finalizeBreadcrumbsUrl(Object model, Container parent, BreadcrumbItem breadcrumbItem) Finalize the setup of url for the BreadcrumbItem.Method parameters in org.kuali.rice.krad.uif.element with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionvoidBreadcrumbOptions.setBreadcrumbOverrides(List<BreadcrumbItem> breadcrumbOverrides) Set the breadcrumbOverrides listvoidBreadcrumbOptions.setHomewardPathBreadcrumbs(List<BreadcrumbItem> homewardPathBreadcrumbs) Set the homewardPathBreadcrumbsvoidBreadcrumbOptions.setPrePageBreadcrumbs(List<BreadcrumbItem> prePageBreadcrumbs) Set the prePageBreadcrumbsvoidBreadcrumbOptions.setPreViewBreadcrumbs(List<BreadcrumbItem> preViewBreadcrumbs) Set the preViewBreadcrumbs -
Uses of BreadcrumbItem in org.kuali.rice.krad.uif.util
Fields in org.kuali.rice.krad.uif.util with type parameters of type BreadcrumbItemModifier and TypeFieldDescriptionprotected List<BreadcrumbItem> ParentLocation.resolvedBreadcrumbItemsMethods in org.kuali.rice.krad.uif.util that return BreadcrumbItemModifier and TypeMethodDescriptionParentLocation.getPageBreadcrumbItem()The pageBreadcrumbItem to use for the parent location view breadcrumb.ParentLocation.getViewBreadcrumbItem()The viewBreadcrumbItem to use for the parent location view breadcrumb.Methods in org.kuali.rice.krad.uif.util that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionParentLocation.constructParentLocationBreadcrumbItems(View view, Object currentModel, Map<String, Object> currentContext) Construct the parent location breadcrumbItems that represent all the parent views/pages configured through parentLocation by traversing through each view by id referenced in parentViewUrl in a chain recursively.ParentLocation.getResolvedBreadcrumbItems()The resolved/generated breadcrumbItems determined by traversing the parentLocation chain.Methods in org.kuali.rice.krad.uif.util with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionvoidParentLocation.setPageBreadcrumbItem(BreadcrumbItem pageBreadcrumbItem) Set the pageBreadcrumbItemvoidParentLocation.setViewBreadcrumbItem(BreadcrumbItem breadcrumbItem) Set the viewBreadcrumbItem -
Uses of BreadcrumbItem in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return BreadcrumbItemModifier and TypeMethodDescriptionView.getBreadcrumbItem()The View's breadcrumbItem defines settings for the breadcrumb which appears in the breadcrumb list for this view.Methods in org.kuali.rice.krad.uif.view that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionView.getBreadcrumbItems()Gets all breadcrumb items related to this view's parent location.View.getPathBasedBreadcrumbs()The pathBasedBreadcrumbs for this View.Methods in org.kuali.rice.krad.uif.view with parameters of type BreadcrumbItemMethod parameters in org.kuali.rice.krad.uif.view with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionvoidView.setPathBasedBreadcrumbs(List<BreadcrumbItem> pathBasedBreadcrumbs) The pathBasedBreadcrumbs for this View. -
Uses of BreadcrumbItem in org.kuali.rice.krad.web.form
Fields in org.kuali.rice.krad.web.form declared as BreadcrumbItemFields in org.kuali.rice.krad.web.form with type parameters of type BreadcrumbItemMethods in org.kuali.rice.krad.web.form that return BreadcrumbItemModifier and TypeMethodDescriptionHistoryFlow.getCurrentViewItem()Get the item which represents the most current BreadcrumbItem for the View for this flowMethods in org.kuali.rice.krad.web.form that return types with arguments of type BreadcrumbItemModifier and TypeMethodDescriptionHistoryFlow.getPastItems()Get all the past BreadcrumbItems (these represents the path to the current item)Methods in org.kuali.rice.krad.web.form with parameters of type BreadcrumbItemModifier and TypeMethodDescriptionvoidHistoryFlow.setCurrentViewItem(BreadcrumbItem currentViewItem) Set the current BreadcrumbItemMethod parameters in org.kuali.rice.krad.web.form with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionvoidHistoryFlow.setPastItems(List<BreadcrumbItem> pastItems) Set the past BreadcrumbItems