final TextAreaItem descriptionItem = new TextAreaItem("fDescription");
configureFormsItems(descriptionItem, WIDTH_FIELD, HEIGHT_FIELD_AREA, constants.description(), descriptionValue);
ButtonItem button = createButton();
button.addClickHandler(new com.smartgwt.client.widgets.form.fields.events.ClickHandler() {
@Override
public void onClick(com.smartgwt.client.widgets.form.fields.events.ClickEvent event) {
formProductAction(nameValue, initialEstimationValue, currentEstimationValue, assignedValue, plannedValue, doneValue, descriptionValue, action, form);
// modifyProduct(idItemSelected, form.getValueAsString("fName"), Float.valueOf(form.getValueAsString("fInitialEstimation")).floatValue(), Float.valueOf(0), (Boolean)form.getValue("fAssigned"), (Boolean)form.getValue("fPlanned"), (Boolean)form.getValue("fDone"), form.getValueAsString("fDescription"));