Class DataScrollerView

java.lang.Object
org.primefaces.showcase.view.data.DataScrollerView
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class DataScrollerView extends Object implements Serializable
See Also:
  • Constructor Details

    • DataScrollerView

      public DataScrollerView()
  • Method Details

    • init

      @PostConstruct public void init()
    • getProducts

      public List<Product> getProducts()
    • setService

      public void setService(ProductService service)