| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.element | |
| org.kuali.rice.krad.uif.util | |
| org.kuali.rice.krad.uif.view | |
| org.kuali.rice.krad.web.form |
| Modifier and Type | Method and Description |
|---|---|
BreadcrumbItem |
PageGroupBase.getBreadcrumbItem()
The breadcrumbItem for this page.
|
BreadcrumbItem |
PageGroup.getBreadcrumbItem()
The breadcrumbItem for this page.
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbItem> |
PageGroupBase.getBreadcrumbOverrides()
Gets the breadcrumb items overrides.
|
List<BreadcrumbItem> |
PageGroup.getBreadcrumbOverrides()
Gets the breadcrumb items overrides.
|
List<BreadcrumbItem> |
PageGroupBase.getHomewardPathBreadcrumbs()
Gets the breadcrumb items indicating a homeward path.
|
List<BreadcrumbItem> |
PageGroup.getHomewardPathBreadcrumbs()
Gets the breadcrumb items indicating a homeward path.
|
List<BreadcrumbItem> |
PageGroupBase.getPrePageBreadcrumbs()
Gets the breadcrumb items leading to the current page.
|
List<BreadcrumbItem> |
PageGroup.getPrePageBreadcrumbs()
Gets the breadcrumb items leading to the current page.
|
List<BreadcrumbItem> |
PageGroupBase.getPreViewBreadcrumbs()
Gets the breadcrumb items leading to the current view.
|
List<BreadcrumbItem> |
PageGroup.getPreViewBreadcrumbs()
Gets the breadcrumb items leading to the current view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageGroupBase.setBreadcrumbItem(BreadcrumbItem breadcrumbItem)
Set the breadcrumbItem for this PageGroup
|
void |
PageGroup.setBreadcrumbItem(BreadcrumbItem breadcrumbItem)
Set the breadcrumbItem for this PageGroup
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbItem> |
BreadcrumbOptions.getBreadcrumbOverrides()
The breadcrumbOverrides are a complete override for all breadcrumbs shown expect for parent location/path
breadcrumbs.
|
List<BreadcrumbItem> |
BreadcrumbOptions.getHomewardPathBreadcrumbs()
The homewardPathBreadcrumbs represent the path to "Home" location, these appear before anything else - including
parentLocation/path based breadcrumbs.
|
List<BreadcrumbItem> |
BreadcrumbOptions.getPrePageBreadcrumbs()
The prePageBreadcrumbs list represents BreadcrumbItems that will be shown before the PageGroup's BreadcrumbItem,
but after the View's BreadcrumbItem.
|
List<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)
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageBreadcrumbOptions.finalizeBreadcrumbs(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the PageGroup.
|
void |
BreadcrumbOptions.finalizeBreadcrumbs(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of the BreadcrumbOptions and the BreadcrumbItem for the View.
|
protected void |
BreadcrumbOptions.finalizeBreadcrumbsUrl(Object model,
Container parent,
BreadcrumbItem breadcrumbItem)
Finalize the setup of url for the BreadcrumbItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreadcrumbOptions.setBreadcrumbOverrides(List<BreadcrumbItem> breadcrumbOverrides)
Set the breadcrumbOverrides list
|
void |
BreadcrumbOptions.setHomewardPathBreadcrumbs(List<BreadcrumbItem> homewardPathBreadcrumbs)
Set the homewardPathBreadcrumbs
|
void |
BreadcrumbOptions.setPrePageBreadcrumbs(List<BreadcrumbItem> prePageBreadcrumbs)
Set the prePageBreadcrumbs
|
void |
BreadcrumbOptions.setPreViewBreadcrumbs(List<BreadcrumbItem> preViewBreadcrumbs)
Set the preViewBreadcrumbs
|
| Modifier and Type | Field and Description |
|---|---|
protected List<BreadcrumbItem> |
ParentLocation.resolvedBreadcrumbItems |
| Modifier and Type | Method and Description |
|---|---|
BreadcrumbItem |
ParentLocation.getPageBreadcrumbItem()
The pageBreadcrumbItem to use for the parent location view breadcrumb.
|
BreadcrumbItem |
ParentLocation.getViewBreadcrumbItem()
The viewBreadcrumbItem to use for the parent location view breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbItem> |
ParentLocation.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.
|
List<BreadcrumbItem> |
ParentLocation.getResolvedBreadcrumbItems()
The resolved/generated breadcrumbItems determined by traversing the parentLocation chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParentLocation.setPageBreadcrumbItem(BreadcrumbItem pageBreadcrumbItem)
Set the pageBreadcrumbItem
|
void |
ParentLocation.setViewBreadcrumbItem(BreadcrumbItem breadcrumbItem)
Set the viewBreadcrumbItem
|
| Modifier and Type | Method and Description |
|---|---|
BreadcrumbItem |
View.getBreadcrumbItem()
The View's breadcrumbItem defines settings for the breadcrumb which appears in the breadcrumb list for this
view.
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbItem> |
View.getBreadcrumbItems()
Gets all breadcrumb items related to this view's parent location.
|
List<BreadcrumbItem> |
View.getPathBasedBreadcrumbs()
The pathBasedBreadcrumbs for this View.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setBreadcrumbItem(BreadcrumbItem breadcrumbItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setPathBasedBreadcrumbs(List<BreadcrumbItem> pathBasedBreadcrumbs)
The pathBasedBreadcrumbs for this View.
|
| Modifier and Type | Field and Description |
|---|---|
protected BreadcrumbItem |
HistoryFlow.currentViewItem |
| Modifier and Type | Field and Description |
|---|---|
protected List<BreadcrumbItem> |
HistoryFlow.pastItems |
| Modifier and Type | Method and Description |
|---|---|
BreadcrumbItem |
HistoryFlow.getCurrentViewItem()
Get the item which represents the most current BreadcrumbItem for the View for this flow
|
| Modifier and Type | Method and Description |
|---|---|
List<BreadcrumbItem> |
HistoryFlow.getPastItems()
Get all the past BreadcrumbItems (these represents the path to the current item)
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryFlow.setCurrentViewItem(BreadcrumbItem currentViewItem)
Set the current BreadcrumbItem
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryFlow.setPastItems(List<BreadcrumbItem> pastItems)
Set the past BreadcrumbItems
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.