vert.setWidth( "100%" );
//if lockLHS() set the widget RO, otherwise let them decide.
Boolean readOnly = this.lockLHS() ? true : null;
IPattern pattern = model.lhs[ i ];
RuleModellerWidget w = getWidgetFactory().getWidget( this,
eventBus,
pattern,
readOnly );