int textAreaPosition = textView.getPosition(textArea);
textView.setStyle(new Range(textAreaPosition, textAreaPosition + 1), StyleType.BULLETED);
textView.append("\n");
textView.appendElement(new FormElement(ElementType.LABEL, RECIPIENTS_LABEL,
"Recipients (comma separated list of participants):"));
textView.appendElement(new FormElement(ElementType.INPUT, RECIPIENTS_INPUT,
metadata.getRecipients()));