fieldLabel.setText(label + ":");
}
final Element element = new Element(type, name, fieldLabel, label, mandatory);
type.setReadOnly(readOnly);
type.initControl(content, new ModifiedCallback() {
@Override
public void modified(Control control) {
formModified = true;
formModified(element, control);
}