Class RowGroupView

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

@Named("dtRowGroupView") @ViewScoped public class RowGroupView extends Object implements Serializable
See Also:
  • Constructor Details

    • RowGroupView

      public RowGroupView()
  • Method Details

    • init

      @PostConstruct public void init()
    • getTotalCount

      public long getTotalCount(String name)
    • getCustomers

      public List<Customer> getCustomers()
    • setService

      public void setService(CustomerService service)