Class LazyView

    • Constructor Detail

      • LazyView

        public LazyView()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • getLazyModel

        public org.primefaces.model.LazyDataModel<Customer> getLazyModel()
      • getFilteredCustomers

        public List<Customer> getFilteredCustomers()
      • setFilteredCustomers

        public void setFilteredCustomers​(List<Customer> filteredCustomers)