X - target type of transitionpublic interface TargetLessTransition<X> extends Transition<X>
The appearance of the form can be customised by implementing CustomFormContent.
| Modifier and Type | Method and Description |
|---|---|
void |
buildForm(Form f,
AppContext c)
Build the transition form.
|
default FormResult |
getResult(TransitionVisitor<X> vis) |
void buildForm(Form f, AppContext c) throws TransitionException
f - Form to be builtc - AppContextTransitionExceptiondefault FormResult getResult(TransitionVisitor<X> vis) throws TransitionException
getResult in interface Transition<X>TransitionException