Uses of Class
org.primefaces.showcase.domain.Country
-
-
Uses of Country in org.primefaces.showcase.convert
Methods in org.primefaces.showcase.convert that return Country Modifier and Type Method Description CountryCountryConverter. getAsObject(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, String value)CountryLocaleConverter. getAsObject(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, String value)Methods in org.primefaces.showcase.convert with parameters of type Country Modifier and Type Method Description StringCountryConverter. getAsString(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, Country value)StringLocaleConverter. getAsString(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, Country value) -
Uses of Country in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return Country Modifier and Type Method Description CountryCustomer. getCountry()Methods in org.primefaces.showcase.domain with parameters of type Country Modifier and Type Method Description intCountry. compareTo(Country o)voidCustomer. setCountry(Country country)Constructors in org.primefaces.showcase.domain with parameters of type Country Constructor Description Customer(int id, String name, String company, Country country, LocalDate date, CustomerStatus status, int activity, Representative representative) -
Uses of Country in org.primefaces.showcase.service
Methods in org.primefaces.showcase.service that return Country Modifier and Type Method Description static CountryCountryService. toCountry(Locale locale)static CountryCountryService. toCountry(Locale locale, boolean rtl)Methods in org.primefaces.showcase.service that return types with arguments of type Country Modifier and Type Method Description List<Country>CountryService. getCountries()List<Country>CustomerService. getCountries()Map<Integer,Country>CountryService. getCountriesAsMap()List<Country>CountryService. getLocales()Map<Integer,Country>CountryService. getLocalesAsMap()static Stream<Country>CountryService. toCountryStream(String... isoCodes) -
Uses of Country in org.primefaces.showcase.view.app
Methods in org.primefaces.showcase.view.app that return Country Modifier and Type Method Description CountryApp. getLocale()Methods in org.primefaces.showcase.view.app with parameters of type Country Modifier and Type Method Description voidApp. setLocale(Country locale) -
Uses of Country in org.primefaces.showcase.view.data
Methods in org.primefaces.showcase.view.data that return types with arguments of type Country Modifier and Type Method Description List<Country>OrderListView. getCountries()org.primefaces.model.DualListModel<Country>PickListView. getCountries()Method parameters in org.primefaces.showcase.view.data with type arguments of type Country Modifier and Type Method Description voidOrderListView. onSelect(org.primefaces.event.SelectEvent<Country> event)voidPickListView. onSelect(org.primefaces.event.SelectEvent<Country> event)voidOrderListView. onUnselect(org.primefaces.event.UnselectEvent<Country> event)voidPickListView. onUnselect(org.primefaces.event.UnselectEvent<Country> event)voidOrderListView. setCountries(List<Country> countries)voidPickListView. setCountries(org.primefaces.model.DualListModel<Country> countries) -
Uses of Country in org.primefaces.showcase.view.input
Methods in org.primefaces.showcase.view.input that return Country Modifier and Type Method Description CountrySelectOneMenuView. getCountry()CountrySelectOneView. getCountry()CountryAutoCompleteView. getCountry1()CountryAutoCompleteView. getCountry2()CountryAutoCompleteView. getCountry3()CountryAutoCompleteView. getCountry4()CountryAutoCompleteView. getCountry5()Methods in org.primefaces.showcase.view.input that return types with arguments of type Country Modifier and Type Method Description List<Country>AutoCompleteView. completeCountry(String query)List<Country>SelectManyView. getCountries()List<Country>SelectOneMenuView. getCountries()List<Country>SelectOneView. getCountries()List<Country>CheckboxView. getCountries2()List<Country>AutoCompleteView. getSelectedCountries()List<Country>SelectManyView. getSelectedCountries()List<Country>CheckboxView. getSelectedCountries2()List<Country>SelectManyView. getSelectedCountries2()List<Country>CheckboxView. getSelectedCountries3()Methods in org.primefaces.showcase.view.input with parameters of type Country Modifier and Type Method Description charAutoCompleteView. getCountryGroup(Country country)voidSelectOneMenuView. setCountry(Country country)voidSelectOneView. setCountry(Country country)voidAutoCompleteView. setCountry1(Country country1)voidAutoCompleteView. setCountry2(Country country2)voidAutoCompleteView. setCountry3(Country country3)voidAutoCompleteView. setCountry4(Country country4)voidAutoCompleteView. setCountry5(Country country5)Method parameters in org.primefaces.showcase.view.input with type arguments of type Country Modifier and Type Method Description voidSelectManyView. setCountries(List<Country> countries)voidSelectOneView. setCountries(List<Country> countries)voidCheckboxView. setCountries2(List<Country> countries2)voidAutoCompleteView. setSelectedCountries(List<Country> selectedCountries)voidSelectManyView. setSelectedCountries(List<Country> selectedCountries)voidCheckboxView. setSelectedCountries2(List<Country> selectedCountries2)voidSelectManyView. setSelectedCountries2(List<Country> selectedCountries2)voidCheckboxView. setSelectedCountries3(List<Country> selectedCountries3)
-