public abstract class EmailTransitionProvider.FormContentMailTransition extends EmailTransitionProvider.FormMailTransition implements CustomFormContent<MailTarget>
Constructor and Description |
---|
FormContentMailTransition() |
Modifier and Type | Method and Description |
---|---|
<X extends ContentBuilder> |
addFormContent(X cb,
SessionService<?> op,
Form f,
MailTarget target)
Add the form elements to the
ContentBuilder . |
getResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildForm
public <X extends ContentBuilder> X addFormContent(X cb, SessionService<?> op, Form f, MailTarget target)
CustomFormContent
ContentBuilder
. This should include all inputs including the action buttons.
The Form
should already be fully built before calling this method.addFormContent
in interface CustomFormContent<MailTarget>
cb
- ContentBuilderop
- operatorf
- Form