dropDownFields.setDropDownData(selectedField, DropDownData.create(getEligibleFields(newValue, typesForAttributes)));
//dropDownFields.setSelectedIndex(0);
}
}, DropDownData.create(sce.getFactTypes()));
DropDownData dropDownData = DropDownData.create(getEligibleFields(selectedFact, typesForAttributes));
dropDownFields.setDropDownData("", dropDownData);
cGrid.setWidget(0, 0, new Label("Name"));
final TextBox tbName = TextBoxFactory.getTextBox(SuggestionCompletionEngine.TYPE_STRING);
cGrid.setWidget(0, 1, tbName);