192193194195196197198
*/ @Override protected AbstractEditView<CostTypeModel, CostType> getEditView( AbstractViewHandler<CostType, CostTypeModel> handler, CostType object, boolean searching) { return new EditCostTypeView(this, object, searching); }