Class FilterView
- java.lang.Object
-
- org.primefaces.showcase.view.data.datatable.FilterView
-
- All Implemented Interfaces:
Serializable
@Named("dtFilterView") @ViewScoped public class FilterView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Customer>getCustomers1()List<Customer>getCustomers2()List<Customer>getCustomers3()CustomerStatus[]getCustomerStatus()List<FilterMeta>getFilterBy()List<Customer>getFilteredCustomers1()List<Customer>getFilteredCustomers2()List<Customer>getFilteredCustomers3()List<Representative>getRepresentatives()booleanglobalFilterFunction(Object value, Object filter, Locale locale)voidinit()booleanisGlobalFilterOnly()voidsetFilteredCustomers1(List<Customer> filteredCustomers1)voidsetFilteredCustomers2(List<Customer> filteredCustomers2)voidsetFilteredCustomers3(List<Customer> filteredCustomers3)voidsetGlobalFilterOnly(boolean globalFilterOnly)voidsetService(CustomerService service)voidtoggleGlobalFilter()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
globalFilterFunction
public boolean globalFilterFunction(Object value, Object filter, Locale locale)
-
toggleGlobalFilter
public void toggleGlobalFilter()
-
getRepresentatives
public List<Representative> getRepresentatives()
-
getCustomerStatus
public CustomerStatus[] getCustomerStatus()
-
setService
public void setService(CustomerService service)
-
getFilterBy
public List<FilterMeta> getFilterBy()
-
isGlobalFilterOnly
public boolean isGlobalFilterOnly()
-
setGlobalFilterOnly
public void setGlobalFilterOnly(boolean globalFilterOnly)
-
-