Class DataExporterView

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

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

    • DataExporterView

      public DataExporterView()
  • Method Details

    • init

      @PostConstruct public void init()
    • getProducts

      public List<Product> getProducts()
    • setService

      public void setService(ProductService service)
    • getTextExporter

      public Exporter<DataTable> getTextExporter()
    • setTextExporter

      public void setTextExporter(Exporter<DataTable> textExporter)