Class ColumnManagerView

java.lang.Object
org.primefaces.showcase.view.dnd.ColumnManagerView
All Implemented Interfaces:
Serializable

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

    • ColumnManagerView

      public ColumnManagerView()
  • Method Details

    • init

      @PostConstruct public void init()
    • createDynamicColumns

      public void createDynamicColumns()
    • treeToTable

      public void treeToTable()
    • tableToTree

      public void tableToTree()
    • getProducts

      public List<Product> getProducts()
    • getColumns

      public List<ColumnManagerView.ColumnModel> getColumns()
    • getAvailableColumns

      public TreeNode getAvailableColumns()
    • setService

      public void setService(ProductService service)