Uses of Class
org.primefaces.showcase.domain.Customer
-
-
Uses of Customer in org.primefaces.showcase.service
Methods in org.primefaces.showcase.service that return types with arguments of type Customer Modifier and Type Method Description List<Customer>CustomerService. getCustomers(int number) -
Uses of Customer in org.primefaces.showcase.view.data.dataexporter
Methods in org.primefaces.showcase.view.data.dataexporter that return types with arguments of type Customer Modifier and Type Method Description List<Customer>LazyView. getFilteredCustomers()LazyDataModel<Customer>LazyView. getLazyModel()Method parameters in org.primefaces.showcase.view.data.dataexporter with type arguments of type Customer Modifier and Type Method Description voidLazyView. setFilteredCustomers(List<Customer> filteredCustomers) -
Uses of Customer in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return Customer Modifier and Type Method Description CustomerLazyCustomerDataModel. getRowData(String rowKey)CustomerLazyView. getSelectedCustomer()CustomerMultiViewStateView. getSelectedCustomer()Methods in org.primefaces.showcase.view.data.datatable with parameters of type Customer Modifier and Type Method Description intLazySorter. compare(Customer customer1, Customer customer2)StringLazyCustomerDataModel. getRowKey(Customer customer)voidLazyView. setSelectedCustomer(Customer selectedCustomer)voidMultiViewStateView. setSelectedCustomer(Customer selectedCustomer)Method parameters in org.primefaces.showcase.view.data.datatable with type arguments of type Customer Modifier and Type Method Description voidLazyView. onRowSelect(SelectEvent<Customer> event)voidColumnsView. setCustomers(List<Customer> customers)voidColumnsView. setFilteredCustomers(List<Customer> filteredCustomers)voidMultiViewStateView. setFilteredCustomers(List<Customer> filteredCustomers)voidFilterView. setFilteredCustomers1(List<Customer> filteredCustomers1)voidFilterView. setFilteredCustomers2(List<Customer> filteredCustomers2)voidFilterView. setFilteredCustomers3(List<Customer> filteredCustomers3)voidScrollView. setLazyModel(LazyDataModel<Customer> lazyModel)Constructor parameters in org.primefaces.showcase.view.data.datatable with type arguments of type Customer Constructor Description LazyCustomerDataModel(List<Customer> datasource) -
Uses of Customer in org.primefaces.showcase.view.input
Methods in org.primefaces.showcase.view.input that return types with arguments of type Customer Modifier and Type Method Description LazyDataModel<Customer>AutoCompleteView. getLazyModel() -
Uses of Customer in org.primefaces.showcase.view.misc
Methods in org.primefaces.showcase.view.misc that return types with arguments of type Customer Modifier and Type Method Description List<Customer>BlockUIView. getCustomers()Method parameters in org.primefaces.showcase.view.misc with type arguments of type Customer Modifier and Type Method Description voidBlockUIView. setCustomers(List<Customer> customers)
-