550551552553554555556557558559560
if (f != null) { f.setValue(convertedValue); if (!(f.getErrorSupport() == null || f.getErrorSupport() instanceof TitleErrorHandler)) { f.setErrorSupport(new TitleErrorHandler(f)); } return f; } else { Label l = new Label();