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
|
getResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtraHtml
public void buildForm(Form f, AppContext c) throws TransitionException
TargetLessTransition
buildForm
in interface TargetLessTransition<AU extends AppUser>
f
- Form to be builtc
- AppContextTransitionException
public <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, AU target)
ExtraContent
getExtraHtml
in interface ExtraContent<AU extends AppUser>