public class UifKeyValueLocation extends UifKeyValue
key, value| Constructor and Description | 
|---|
UifKeyValueLocation()
Base constructor 
 | 
UifKeyValueLocation(String key,
                                      String value)  | 
UifKeyValueLocation(String key,
                                      String value,
                                      UrlInfo location)
KeyValueLocation constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UrlInfo | 
getLocation()
Get the url object representing the location 
 | 
void | 
setHref(String href)
Convenience setter for setting the href (full URL) of the location object 
 | 
void | 
setLocation(UrlInfo location)
Set the url location object 
 | 
getKey, getValue, setKey, setValuepublic UifKeyValueLocation()
public UifKeyValueLocation(String key, String value)
public UifKeyValueLocation(String key, String value, UrlInfo location)
key - the keyvalue - the valuelocation - the url location objectpublic UrlInfo getLocation()
public void setLocation(UrlInfo location)
location - Copyright © 2005–2014 The Kuali Foundation. All rights reserved.