Class ResizableColumnsView

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

@Named("dtResizableColumnsView") @RequestScoped public class ResizableColumnsView extends Object implements Serializable
See Also:
  • Constructor Details

    • ResizableColumnsView

      public ResizableColumnsView()
  • Method Details

    • init

      @PostConstruct public void init()
    • onResize

      public void onResize(org.primefaces.event.ColumnResizeEvent event)
    • getProducts1

      public List<Product> getProducts1()
    • getProducts2

      public List<Product> getProducts2()
    • setService

      public void setService(ProductService service)