Class ScrollView
- java.lang.Object
-
- org.primefaces.showcase.view.data.datatable.ScrollView
-
- All Implemented Interfaces:
Serializable
@Named("dtScrollView") @ViewScoped public class ScrollView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScrollView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Customer>getCustomers1()List<Customer>getCustomers2()List<Customer>getCustomers3()List<Customer>getCustomers4()List<Customer>getCustomers5()List<Customer>getCustomers6()LazyDataModel<Customer>getLazyModel()voidinit()voidsetLazyModel(LazyDataModel<Customer> lazyModel)voidsetService(CustomerService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getLazyModel
public LazyDataModel<Customer> getLazyModel()
-
setLazyModel
public void setLazyModel(LazyDataModel<Customer> lazyModel)
-
setService
public void setService(CustomerService service)
-
-