Package | Description |
---|---|
org.kuali.rice.krad.web.form |
Modifier and Type | Field and Description |
---|---|
protected HistoryFlow |
UifFormBase.historyFlow |
Modifier and Type | Method and Description |
---|---|
HistoryFlow |
UifFormBase.getHistoryFlow()
The current
HistoryFlow for this form which stores a trail of urls/breadcrumbs primarily used for
path-based breadcrumb display |
HistoryFlow |
HistoryManager.getMostRecentFlowByFormKey(String key,
String formKey)
Get the flow by flowKey and formKey.
|
HistoryFlow |
HistoryManager.getMostRecentFlowByKey(String key)
Get the flow that matches the flow key.
|
HistoryFlow |
HistoryManager.process(String flowKey,
String formKey,
String currentUrl)
Process/update the HistoryFlow stored in session for the flowKey, formKey, and currentUrl passed in.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryFlow.continueFlow(HistoryFlow prevFlow)
Continue a new flow from a previous flow.
|
void |
UifFormBase.setHistoryFlow(HistoryFlow historyFlow)
Set the current HistoryFlow for this form
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.