private void newNutritionMethod() { GenForm.grdNutritionRow row = form.grdNutrition().getRows().newRow(); row.setValue(new NutritionalMethodVo()); }