public class EmailNameFinder.ChangeEmailTransition extends AbstractFormTransition<AU> implements ExtraFormTransition<AU>
| Constructor and Description |
|---|
ChangeEmailTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildForm(Form f,
AU target,
AppContext conn)
Build the transition form.
|
<X extends ContentBuilder> |
getExtraHtml(X cb,
SessionService<?> op,
AU target)
Add the extra content to be shown with the transition
|
getResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraHtmlgetResultpublic <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, AU target)
ExtraContentgetExtraHtml in interface ExtraContent<AU extends AppUser>public void buildForm(Form f, AU target, AppContext conn) throws TransitionException
BaseFormTransitionbuildForm in interface BaseFormTransition<AU extends AppUser>f - Form to be builttarget - target ObjectTransitionException