285286287288289290291
*/ @Override protected AbstractEditView<CustomerModel, Customer> getEditView( AbstractViewHandler<Customer, CustomerModel> handler, Customer object, boolean searching) { return new EditCustomerView(this, object, searching); }