Class BasicView
- java.lang.Object
-
- org.primefaces.showcase.view.data.datatable.BasicView
-
- All Implemented Interfaces:
Serializable
@Named("dtBasicView") @ViewScoped public class BasicView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Product>getProducts()voidinit()voidsetService(ProductService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setService
public void setService(ProductService service)
-
-