O - target object of transitionpublic interface CustomFormContent<O>
BaseFormTransition or TargetLessTransitions
that customise the presentation of the form itself.
This only modifies presentation. The form should still be functional if the default layout is used.
| Modifier and Type | Method and Description |
|---|---|
<X extends ContentBuilder> |
addFormContent(X cb,
SessionService<?> op,
Form f,
O target)
Add the form elements to the
ContentBuilder. |
<X extends ContentBuilder> X addFormContent(X cb, SessionService<?> op, Form f, O target)
ContentBuilder. This should include all inputs including the action buttons.
The Form should already be fully built before calling this method.cb - ContentBuilderop - operatorf - Formtarget -