this.readOnly = !modeller.getSuggestionCompletions().containsFactType(modeller.getModel().getLHSBindingType(action.factName));
} else {
this.readOnly = readOnly;
}
ActionGlobalCollectionAdd gca = (ActionGlobalCollectionAdd) action;
SimplePanel sp = new SimplePanel();
sp.setStyleName("model-builderInner-Background"); //NON-NLS
Constants constants = ((Constants) GWT.create(Constants.class));
sp.add(new SmallLabel(" " + constants.AddXToListY(gca.factName, gca.globalName)));