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
|
getResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraHtmlgetResultpublic void buildForm(Form f, AppContext c) throws TransitionException
TargetLessTransitionbuildForm in interface TargetLessTransition<T extends DynamicFormManager.DynamicForm>f - Form to be builtc - AppContextTransitionExceptionpublic <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, T target)
ExtraContentgetExtraHtml in interface ExtraContent<T extends DynamicFormManager.DynamicForm>