Class MultiSelectView
- java.lang.Object
-
- org.primefaces.showcase.view.input.MultiSelectView
-
@Named @RequestScoped public class MultiSelectView extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiSelectView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.faces.model.SelectItem>getCategories()StringgetSelection()voidinit()voidsetSelection(String selection)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getCategories
public List<javax.faces.model.SelectItem> getCategories()
-
getSelection
public String getSelection()
-
setSelection
public void setSelection(String selection)
-
-