public class AppUserTransitionProvider.QueryRoleTransition extends AbstractTargetLessTransition<AU> implements ExtraContent<AU>
| Constructor and Description |
|---|
QueryRoleTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildForm(Form f,
AppContext c)
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, waitgetExtraHtmlpublic void buildForm(Form f, AppContext c) throws TransitionException
TargetLessTransitionbuildForm in interface TargetLessTransition<AU extends AppUser>f - Form to be builtc - AppContextTransitionExceptionpublic <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, AU target)
ExtraContentgetExtraHtml in interface ExtraContent<AU extends AppUser>