Class SelectOneView


  • @Named
    @RequestScoped
    public class SelectOneView
    extends Object
    • Constructor Detail

      • SelectOneView

        public SelectOneView()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • onSelect

        public void onSelect​(org.primefaces.event.SelectEvent<String> event)
      • onUnselect

        public void onUnselect​(org.primefaces.event.UnselectEvent<String> event)
      • getOption

        public String getOption()
      • setOption

        public void setOption​(String option)
      • getCountry

        public Country getCountry()
      • setCountry

        public void setCountry​(Country country)
      • setCountries

        public void setCountries​(List<Country> countries)