| Package | Description |
|---|---|
| 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 |
|---|---|
UrlInfo |
Action.getActionUrl()
Url to open when the action item is selected
|
UrlInfo |
MultiFileUploadCollection.getUrl()
The url override for file uploads, this will be used instead of the methodToCall, if set, as the url to post
the file upload to
|
UrlInfo |
BreadcrumbItem.getUrl()
The url used for the breadcrumb link represented by this item
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setActionUrl(UrlInfo actionUrl)
Setter for
Action.getActionUrl(). |
void |
MultiFileUploadCollection.setUrl(UrlInfo url) |
void |
BreadcrumbItem.setUrl(UrlInfo urlObject)
Set the url object
|
| Modifier and Type | Method and Description |
|---|---|
UrlInfo |
UifKeyValueLocation.getLocation()
Get the url object representing the location
|
UrlInfo |
ParentLocation.getParentPageUrl()
The parentPageUrl representing a page url that is the parent of this View.
|
UrlInfo |
ParentLocation.getParentViewUrl()
The parentViewUrl representing the url that is the parent of this View.
|
static UrlInfo |
ComponentFactory.getUrlInfo()
Gets an instance of an UrlInfo
|
| Modifier and Type | Method and Description |
|---|---|
void |
UifKeyValueLocation.setLocation(UrlInfo location)
Set the url location object
|
void |
ParentLocation.setParentPageUrl(UrlInfo parentPageUrl)
Set the parentPageUrl
|
void |
ParentLocation.setParentViewUrl(UrlInfo parentViewUrl)
Set the parentViewUrl
|
| Constructor and Description |
|---|
UifKeyValueLocation(String key,
String value,
UrlInfo location)
KeyValueLocation constructor
|
| Modifier and Type | Method and Description |
|---|---|
UrlInfo |
IframeView.getLocation()
Get the url object representing the location
|
| Modifier and Type | Method and Description |
|---|---|
void |
IframeView.setLocation(UrlInfo location) |
| Modifier and Type | Field and Description |
|---|---|
protected Stack<UrlInfo> |
HistoryFlow.flowUrls |
| Modifier and Type | Method and Description |
|---|---|
Stack<UrlInfo> |
HistoryFlow.getFlowUrls()
Get all urls in the HistoryFlow stack
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryFlow.push(UrlInfo urlInfo)
Push the url onto the history stack
|
void |
HistoryFlow.update(UrlInfo urlInfo)
Update the last url on the history stack with the new value
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryFlow.setFlowUrls(Stack<UrlInfo> flowUrls)
Set the flowUrls for this HistoryFlow
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.