//Reset Constraint's value and value type
if ( Window.confirm( Constants.INSTANCE.RemoveConstraintValueDefinitionQuestion() ) ) {
constraint.setConstraintValueType( BaseSingleFieldConstraint.TYPE_UNDEFINED );
constraint.setValue( null );
constraint.clearParameters();
constraint.setExpressionValue( new ExpressionFormLine() );
doTypeChosen();
}
}
} );