createTreeItemChild(childFields, element.getLabel(), true, 0, false, childFieldType);
thisChild.setData(FQN, fieldPrefix + "." + element.getName());
thisChild.setData("field", element);
}
crRoot.setData(LOADED, Boolean.TRUE);
spm.done();
} catch (Exception e) {
Utils.openError(e, MESSAGE_COULD_NOT_FETCH_META_DATA, MESSAGE_SEE_DETAILS);
}
}