org.kuali.rice.krad.uif.util
Class UifKeyValueLocation
java.lang.Object
org.kuali.rice.core.api.util.AbstractKeyValue
org.kuali.rice.krad.uif.util.UifKeyValue
org.kuali.rice.krad.uif.util.UifKeyValueLocation
- All Implemented Interfaces:
- Serializable, KeyValue
public class UifKeyValueLocation
- extends UifKeyValue
KeyValue that has an additional location property that takes a Url object. When this is used with a dropdown or
an optionList control, those options become navigation controls.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UifKeyValueLocation
public UifKeyValueLocation()
- Base constructor
UifKeyValueLocation
public UifKeyValueLocation(String key,
String value,
UrlInfo location)
- KeyValueLocation constructor
- Parameters:
key
- the keyvalue
- the valuelocation
- the url location object
getLocation
public UrlInfo getLocation()
- Get the url object representing the location
- Returns:
- the url location object
setLocation
public void setLocation(UrlInfo location)
- Set the url location object
- Parameters:
location
-
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.