public class SimpleSuggestObject extends Object
Constructor and Description |
---|
SimpleSuggestObject(String label,
String value)
Create a SimpleSuggestObject
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
The label of the suggestion
|
String |
getValue()
The value of the suggestion (inserted when the suggestion is picked)
|
void |
setLabel(String label)
Set the label
|
void |
setValue(String value)
Set the value
|
public SimpleSuggestObject(String label, String value)
label
- the label to show for the suggestionvalue
- the value to insert when the label is selectedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.