public class AutocompleteBean extends Object
| Constructor and Description |
|---|
AutocompleteBean() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
autocomplete(String prefix) |
List<String> |
getAutocompleteList() |
List<Capital> |
getCapitals() |
String |
getValue() |
void |
init() |
void |
setAutocompleteList(List<String> autocompleteList) |
void |
setCapitals(List<Capital> capitals) |
void |
setValue(String value) |
@PostConstruct public void init()
public String getValue()
public void setValue(String value)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.