org.richfaces.demo.autocomplete
Class AutocompleteBean
java.lang.Object
org.richfaces.demo.autocomplete.AutocompleteBean
public class AutocompleteBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutocompleteBean
public AutocompleteBean()
init
@PostConstruct
public void init()
autocomplete
public List<String> autocomplete(String prefix)
getValue
public String getValue()
setValue
public void setValue(String value)
getAutocompleteList
public List<String> getAutocompleteList()
setAutocompleteList
public void setAutocompleteList(List<String> autocompleteList)
getCapitals
public List<Capital> getCapitals()
setCapitals
public void setCapitals(List<Capital> capitals)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.