X - type of object transition is onpublic interface BaseFormTransition<X> extends Transition<X>
FormTransition and ValidatingFormTransition.
The appearance of the form can be customised by implementing CustomFormContent.
| Modifier and Type | Method and Description |
|---|---|
void |
buildForm(Form f,
X target,
AppContext conn)
Build the transition form.
|
getResultvoid buildForm(Form f, X target, AppContext conn) throws TransitionException
f - Form to be builttarget - target Objectconn - TransitionException