Class SelectOneView
java.lang.Object
org.primefaces.showcase.view.input.SelectOneView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidonSelect(SelectEvent<String> event) voidonUnselect(UnselectEvent<String> event) voidsetCountries(List<Country> countries) voidsetCountry(Country country) voidvoidsetService(CountryService service)
-
Constructor Details
-
SelectOneView
public SelectOneView()
-
-
Method Details
-
init
@PostConstruct public void init() -
onSelect
-
onUnselect
-
getOption
-
setOption
-
getCountry
-
setCountry
-
getCountries
-
setCountries
-
setService
-