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
sp.add( new SmallLabel( " " + Constants.INSTANCE.AddXToListY( gca.factName,
gca.globalName ) ) );