final boolean isReadOnly ) {
super( GuidedDecisionTableConstants.INSTANCE.ColumnConfigurationWorkItemSetField() );
this.editingCol = cloneActionSetColumn( col );
this.model = model;
this.oracle = oracle;
this.utils = new GuidedDecisionTableUtils( model,
oracle );
this.isReadOnly = isReadOnly;
//Fact on which field will be set
HorizontalPanel pattern = new HorizontalPanel();