Class AutoCompleteView
- java.lang.Object
-
- org.primefaces.showcase.view.input.AutoCompleteView
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class AutoCompleteView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoCompleteView()
-
Method Summary
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
onItemSelect
public void onItemSelect(org.primefaces.event.SelectEvent<String> event)
-
onEmptyMessageSelect
public void onEmptyMessageSelect()
-
onMoreTextSelect
public void onMoreTextSelect()
-
getTxt1
public String getTxt1()
-
setTxt1
public void setTxt1(String txt1)
-
getTxt2
public String getTxt2()
-
setTxt2
public void setTxt2(String txt2)
-
getTxt3
public String getTxt3()
-
setTxt3
public void setTxt3(String txt3)
-
getTxt4
public String getTxt4()
-
setTxt4
public void setTxt4(String txt4)
-
getTxt5
public String getTxt5()
-
setTxt5
public void setTxt5(String txt5)
-
getTxt6
public String getTxt6()
-
setTxt6
public void setTxt6(String txt6)
-
getTxt7
public String getTxt7()
-
setTxt7
public void setTxt7(String txt7)
-
getTxt8
public String getTxt8()
-
setTxt8
public void setTxt8(String txt8)
-
getTxt9
public String getTxt9()
-
setTxt9
public void setTxt9(String txt9)
-
getTxt10
public String getTxt10()
-
setTxt10
public void setTxt10(String txt10)
-
getTxt11
public String getTxt11()
-
setTxt11
public void setTxt11(String txt11)
-
getCountry1
public Country getCountry1()
-
setCountry1
public void setCountry1(Country country1)
-
getCountry2
public Country getCountry2()
-
setCountry2
public void setCountry2(Country country2)
-
getCountry3
public Country getCountry3()
-
setCountry3
public void setCountry3(Country country3)
-
getCountry4
public Country getCountry4()
-
setCountry4
public void setCountry4(Country country4)
-
getCountry5
public Country getCountry5()
-
setCountry5
public void setCountry5(Country country5)
-
setCountryService
public void setCountryService(CountryService countryService)
-
getCountryGroup
public char getCountryGroup(Country country)
-
getLazyModel
public org.primefaces.model.LazyDataModel<Customer> getLazyModel()
-
-