Class TabbedView
- java.lang.Object
-
- org.primefaces.showcase.view.panel.TabbedView
-
@Named @RequestScoped public class TabbedView extends Object
-
-
Constructor Summary
Constructors Constructor Description TabbedView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearMultiViewState()List<Product>getProducts()voidinit()voidonTabChange(TabChangeEvent event)voidonTabClose(TabCloseEvent event)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
onTabChange
public void onTabChange(TabChangeEvent event)
-
onTabClose
public void onTabClose(TabCloseEvent event)
-
clearMultiViewState
public void clearMultiViewState()
-
-