Package org.imixs.workflow.office.forms
Class CountryController
- java.lang.Object
-
- org.imixs.workflow.office.forms.CountryController
-
- All Implemented Interfaces:
Serializable
@Named @RequestScoped public class CountryController extends Object implements Serializable
The CountryController provides select lists for countries.- Author:
- rsoika,gheinle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountryController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.faces.model.SelectItem>getCountriesSelectItems()Retuns a list of select items with all country codes and country display namesStringgetCountryName(String countryCode)StringgetCountryNames(List<String> countryCodes)
-
-
-
Method Detail
-
getCountriesSelectItems
public List<javax.faces.model.SelectItem> getCountriesSelectItems()
Retuns a list of select items with all country codes and country display names- Returns:
-
-