public class PasswordAuthComposite.UpdatePasswordTransition extends AbstractFormTransition<T> implements ExtraFormTransition<T>
| Constructor and Description |
|---|
UpdatePasswordTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildForm(Form f,
T target,
AppContext conn)
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, T target, AppContext conn) throws TransitionException
BaseFormTransitionbuildForm in interface BaseFormTransition<T extends AppUser>f - Form to be builttarget - target ObjectTransitionExceptionpublic <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, T target)
ExtraContentgetExtraHtml in interface ExtraContent<T extends AppUser>