super( GuidedDecisionTableConstants.INSTANCE.ColumnConfigurationWorkItem() );
this.editingCol = cloneActionWorkItemColumn( col );
this.model = model;
this.isReadOnly = isReadOnly;
this.workItemInputParameters = new WorkItemParametersWidget( bindingProvider,
isReadOnly );
//Column header
final TextBox header = new TextBox();
header.setText( col.getHeader() );