|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.util.AbstractKeyValue
org.kuali.rice.krad.uif.util.UifKeyValue
org.kuali.rice.krad.uif.util.UifKeyValueLocation
public class UifKeyValueLocation
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.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.core.api.util.AbstractKeyValue |
|---|
key, value |
| Constructor Summary | |
|---|---|
UifKeyValueLocation()
Base constructor |
|
UifKeyValueLocation(String key,
String value)
|
|
UifKeyValueLocation(String key,
String value,
UrlInfo location)
KeyValueLocation constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.kuali.rice.krad.uif.util.UifKeyValue |
|---|
getKey, getValue, setKey, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UifKeyValueLocation()
public UifKeyValueLocation(String key,
String value)
public UifKeyValueLocation(String key,
String value,
UrlInfo location)
key - the keyvalue - the valuelocation - the url location object| Method Detail |
|---|
public UrlInfo getLocation()
public void setLocation(UrlInfo location)
location - public void setHref(String href)
href - URL for location option
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||