// created by selection rectangle
else {
normalizeConstraint(constraint, MIN_WIDTH, MIN_HEIGHT);
}
ElementRecordCreateCommand cmd = new ElementRecordCreateCommand();
cmd.setParent(parent);
cmd.setChildName((String) request.getNewObjectType());
cmd.setLayout(constraint);
return cmd;
}
return null;
}