addExtendedRuleDropdown();
if ( this.showLHS() ) {
layout.setWidget( currentLayoutRow,
0,
new SmallLabel( "<b>" + Constants.INSTANCE.WHEN() + "</b>" ) );
layout.getFlexCellFormatter().setColSpan( currentLayoutRow,
0,
4 );
if ( !lockLHS() ) {
layout.setWidget( currentLayoutRow,
1,
addPattern );
}
currentLayoutRow++;
renderLhs( this.model );
}
if ( this.showRHS() ) {
layout.setWidget( currentLayoutRow,
0,
new SmallLabel( "<b>" + Constants.INSTANCE.THEN() + "</b>" ) );
layout.getFlexCellFormatter().setColSpan( currentLayoutRow,
0,
4 );
Image addAction = GuidedRuleEditorImages508.INSTANCE.NewItem();