}
private FormControl createField(FieldType type, ControlContainer parent,
FrameRectangle rectangle, String name, String defaultValue) {
String formId = generateFormId();
FormFormattedTextElement formattedTextElement = mElement
.newFormFormattedTextElement(formId);
// create control according to the field type
Field fieldForm = null;
String defaultControl = null;
String controlImpl = null;