Uses of Class
org.kuali.rice.krad.uif.util.UrlInfo
Packages that use UrlInfo
Package
Description
-
Uses of UrlInfo in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element that return UrlInfoModifier and TypeMethodDescriptionAction.getActionUrl()Url to open when the action item is selectedBreadcrumbItem.getUrl()The url used for the breadcrumb link represented by this itemMultiFileUploadCollection.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 toMethods in org.kuali.rice.krad.uif.element with parameters of type UrlInfoModifier and TypeMethodDescriptionvoidAction.setActionUrl(UrlInfo actionUrl) Setter forAction.getActionUrl().voidSet the url objectvoid -
Uses of UrlInfo in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return UrlInfoModifier and TypeMethodDescriptionUifKeyValueLocation.getLocation()Get the url object representing the locationParentLocation.getParentPageUrl()The parentPageUrl representing a page url that is the parent of this View.ParentLocation.getParentViewUrl()The parentViewUrl representing the url that is the parent of this View.static UrlInfoComponentFactory.getUrlInfo()Gets an instance of an UrlInfoMethods in org.kuali.rice.krad.uif.util with parameters of type UrlInfoModifier and TypeMethodDescriptionvoidUifKeyValueLocation.setLocation(UrlInfo location) Set the url location objectvoidParentLocation.setParentPageUrl(UrlInfo parentPageUrl) Set the parentPageUrlvoidParentLocation.setParentViewUrl(UrlInfo parentViewUrl) Set the parentViewUrlConstructors in org.kuali.rice.krad.uif.util with parameters of type UrlInfoModifierConstructorDescriptionUifKeyValueLocation(String key, String value, UrlInfo location) KeyValueLocation constructor -
Uses of UrlInfo in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return UrlInfoModifier and TypeMethodDescriptionIframeView.getLocation()Get the url object representing the locationMethods in org.kuali.rice.krad.uif.view with parameters of type UrlInfo -
Uses of UrlInfo in org.kuali.rice.krad.web.form
Fields in org.kuali.rice.krad.web.form with type parameters of type UrlInfoMethods in org.kuali.rice.krad.web.form that return types with arguments of type UrlInfoModifier and TypeMethodDescriptionHistoryFlow.getFlowUrls()Get all urls in the HistoryFlow stackMethods in org.kuali.rice.krad.web.form with parameters of type UrlInfoModifier and TypeMethodDescriptionvoidPush the url onto the history stackvoidUpdate the last url on the history stack with the new valueMethod parameters in org.kuali.rice.krad.web.form with type arguments of type UrlInfoModifier and TypeMethodDescriptionvoidHistoryFlow.setFlowUrls(Stack<UrlInfo> flowUrls) Set the flowUrls for this HistoryFlow