public class SimpleLocationSuggestObject extends SimpleSuggestObject
Constructor and Description |
---|
SimpleLocationSuggestObject(String label,
String value,
String href)
Create SimpleLocationSuggestObject
|
Modifier and Type | Method and Description |
---|---|
String |
getHref()
The href to navigate to for this suggestion
|
void |
setHref(String href)
Set the href
|
getLabel, getValue, setLabel, setValue
public SimpleLocationSuggestObject(String label, String value, String href)
label
- the label to show for the suggestionvalue
- the value to insert when the label is selectedhref
- the href(url) to navigate toCopyright © 2005–2016 The Kuali Foundation. All rights reserved.