public class DynamicFormTransitionProvider.IndexTransition extends AbstractTargetLessTransition<T> implements ExtraTargetLessTransition<T>
Constructor and Description |
---|
IndexTransition() |
Modifier and Type | Method and Description |
---|---|
void |
buildForm(Form f,
AppContext c)
Build the transition form.
|
<X extends ContentBuilder> |
getExtraHtml(X cb,
SessionService<?> op,
T target)
Add the extra content to be shown with the transition
|
getResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtraHtml
getResult
public void buildForm(Form f, AppContext c) throws TransitionException
TargetLessTransition
buildForm
in interface TargetLessTransition<T extends DynamicFormManager.DynamicForm>
f
- Form to be builtc
- AppContextTransitionException
public <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, T target)
ExtraContent
getExtraHtml
in interface ExtraContent<T extends DynamicFormManager.DynamicForm>