binder.setLeftDecoration("€");
formBuilder.addLabel("monthlyIncome");
formBuilder.addBinding(binder.bind(getFormModel(), "monthlyIncome", new HashMap()), 3);
formBuilder.nextRow();
formBuilder.addHorizontalSeparator("Address", 7);
formBuilder.nextRow();
formBuilder.addPropertyAndLabel("address.address1");
formBuilder.nextRow();
formBuilder.addPropertyAndLabel("address.address2");
formBuilder.nextRow();
formBuilder.addPropertyAndLabel("address.address3");