* @param encodedConstraints a string representation for the constraints
* @return the added separator
*/
public final Widget addSeparator(String textWithMnemonic,
String encodedConstraints) {
return addSeparator(textWithMnemonic, new CellConstraints(
encodedConstraints));
}