Class SelectManyView
- java.lang.Object
-
- org.primefaces.showcase.view.input.SelectManyView
-
@Named @RequestScoped public class SelectManyView extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectManyView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Country>getCountries()List<Country>getSelectedCountries()List<Country>getSelectedCountries2()List<String>getSelectedOptions()List<String>getSelectedOptions2()voidinit()voidonSelect(org.primefaces.event.SelectEvent<String> event)voidonUnselect(org.primefaces.event.UnselectEvent<String> event)voidsetCountries(List<Country> countries)voidsetSelectedCountries(List<Country> selectedCountries)voidsetSelectedCountries2(List<Country> selectedCountries2)voidsetSelectedOptions(List<String> selectedOptions)voidsetSelectedOptions2(List<String> selectedOptions2)voidsetService(CountryService service)
-
-
-
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)
-
setService
public void setService(CountryService service)
-
-