| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.view | |
| org.kuali.rice.krad.uif.widget |
| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
History.getCurrent()
Gets the current view's HistoryEntry.
|
HistoryEntry |
History.getGeneratedCurrentBreadcrumb()
Gets the current HistoryEntry in the breadcrumb format described in getGeneratedBreadcrumbs
|
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEntry> |
History.getGeneratedBreadcrumbs()
Generates a list of HistoryEntries that can be used as breadcrumbs by the breadcrumb widget.
|
List<HistoryEntry> |
History.getHistoryEntries()
Gets a list of the current HistoryEntries not including the current entry.
|
List<HistoryEntry> |
History.getHomewardPath()
Gets the predetermined homeward path for this view's history.
|
| Modifier and Type | Method and Description |
|---|---|
void |
History.setCurrent(HistoryEntry current) |
| Modifier and Type | Method and Description |
|---|---|
void |
History.setHistoryEntries(List<HistoryEntry> history) |
void |
History.setHomewardPath(List<HistoryEntry> homewardPath) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEntry> |
BreadCrumbs.getHomewardPathList()
The homewardPath to be displayed on this representative of the logical
"location" of the view within the site hierarchy, can be set to anything
desired.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreadCrumbs.setHomewardPathList(List<HistoryEntry> homewardPathList) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.