Class LazyView
- java.lang.Object
-
- org.primefaces.showcase.view.data.dataexporter.LazyView
-
- All Implemented Interfaces:
Serializable
@Named("deLazyView") @ViewScoped public class LazyView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LazyView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Customer>getFilteredCustomers()LazyDataModel<Customer>getLazyModel()voidinit()voidsetFilteredCustomers(List<Customer> filteredCustomers)voidsetService(CustomerService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getLazyModel
public LazyDataModel<Customer> getLazyModel()
-
setService
public void setService(CustomerService service)
-
-