public class AutocompleteItem extends Object
| Constructor and Description |
|---|
AutocompleteItem()
Create an empty instance
|
AutocompleteItem(String label,
String value)
Create an instance with label and value
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Label of the autocomplete item
|
String |
getValue()
Value of the autocomplete item
|
void |
setLabel(String label)
Set the label
|
void |
setValue(String value)
Set the value
|
public String getLabel()
public void setLabel(String label)
label - labelpublic String getValue()
public void setValue(String value)
value - valueCopyright © 2024 Gentics Software. All rights reserved.