O
- target object of transitionpublic interface ExtraContent<O>
FormTransition
or TargetLessTransition
s
that provide additional content
together with the FormModifier and Type | Method and Description |
---|---|
<X extends ContentBuilder> |
getExtraHtml(X cb,
SessionService<?> op,
O target)
Add the extra content to be shown with the transition
|
default <X extends ContentBuilder> |
getExtraHtml(X cb,
SessionService<?> op,
O target,
Form f)
A multi-stage form may need to customise content based on form state and can override this method.
|
<X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, O target)
cb
- op
- target
- default <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, O target, Form f)
getExtraHtml(ContentBuilder, SessionService, Object)
cb
- op
- target
- f
-