FieldType ft = (FieldType) comboFieldType.getSelectedItem();
if (ft.getValueType() == DcRepository.ValueTypes._DCOBJECTCOLLECTION ||
ft.getValueType() == DcRepository.ValueTypes._DCOBJECTREFERENCE) {
DcModule m = (DcModule) comboReference.getSelectedItem();
field.setModuleReference(m.getIndex());
if (m.getXmlModule() != null)
m.getXmlModule().setHasDependingModules(true);
}
field.setUiOnly(ft.getValueType() == DcRepository.ValueTypes._DCOBJECTCOLLECTION ||
ft.getValueType() == DcRepository.ValueTypes._PICTURE);