|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.util.SimpleSuggestObject
public class SimpleSuggestObject
An object that represents a simple suggestion with a label and a value. For use when returning a suggestion without specifying valuePropertyName or labelPropertyName on the Suggest widget. This class is also available for extension purposes.
| Constructor Summary | |
|---|---|
SimpleSuggestObject(String label,
String value)
Create a SimpleSuggestObject |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSuggestObject(String label,
String value)
label - the label to show for the suggestionvalue - the value to insert when the label is selected| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
label - public String getValue()
public void setValue(String value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||