Class CascadeSelectView
- java.lang.Object
-
- org.primefaces.showcase.view.input.CascadeSelectView
-
@Named @RequestScoped public class CascadeSelectView extends Object
-
-
Constructor Summary
Constructors Constructor Description CascadeSelectView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.faces.model.SelectItem>getCountries()StringgetSelection()StringgetSelection2()voidinit()voidonItemSelect(SelectEvent event)voidsetSelection(String selection)voidsetSelection2(String selection2)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
onItemSelect
public void onItemSelect(SelectEvent event)
-
getCountries
public List<javax.faces.model.SelectItem> getCountries()
-
getSelection
public String getSelection()
-
setSelection
public void setSelection(String selection)
-
getSelection2
public String getSelection2()
-
setSelection2
public void setSelection2(String selection2)
-
-