this.readOnly = !this.isFactTypeKnown;
} 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 ) ) );