final boolean isReadOnly ) {
super( GuidedDecisionTableConstants.INSTANCE.ColumnConfigurationWorkItemInsertFact() );
this.editingCol = cloneActionInsertColumn( col );
this.model = model;
this.oracle = oracle;
this.utils = new GuidedDecisionTableUtils( model,
oracle );
this.isReadOnly = isReadOnly;
//Fact being inserted
HorizontalPanel pattern = new HorizontalPanel();