Uses of Class
org.primefaces.showcase.service.CountryService
-
Packages that use CountryService Package Description org.primefaces.showcase.view.data org.primefaces.showcase.view.input -
-
Uses of CountryService in org.primefaces.showcase.view.data
Methods in org.primefaces.showcase.view.data that return CountryService Modifier and Type Method Description CountryServiceOrderListView. getService()CountryServicePickListView. getService()Methods in org.primefaces.showcase.view.data with parameters of type CountryService Modifier and Type Method Description voidOrderListView. setService(CountryService service)voidPickListView. setService(CountryService service) -
Uses of CountryService in org.primefaces.showcase.view.input
Methods in org.primefaces.showcase.view.input with parameters of type CountryService Modifier and Type Method Description voidAutoCompleteView. setCountryService(CountryService countryService)voidSelectManyView. setService(CountryService service)voidSelectOneMenuView. setService(CountryService service)voidSelectOneView. setService(CountryService service)
-