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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RowGroupView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Customer>getCustomers()longgetTotalCount(String name)voidinit()voidsetService(CustomerService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getTotalCount
public long getTotalCount(String name)
-
setService
public void setService(CustomerService service)
-
-