public class UpdateDetailsTransition<A extends AppUser> extends StandAloneFormUpdateProducerTransition<A>
Modifier | Constructor and Description |
---|---|
protected |
UpdateDetailsTransition(AppUserTransitionProvider provider,
AppUserFactory<A> fac) |
Modifier and Type | Method and Description |
---|---|
AppUserFactory<A> |
getAppUserFactory() |
<X extends ContentBuilder> |
getExtraHtml(X cb,
SessionService<?> op,
A target)
Add the extra content to be shown with the transition
|
getFormUpdateProducer, getUpdate
buildForm, getResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtraHtml
protected UpdateDetailsTransition(AppUserTransitionProvider provider, AppUserFactory<A> fac)
name
- fac
- public AppUserFactory<A> getAppUserFactory()
public <X extends ContentBuilder> X getExtraHtml(X cb, SessionService<?> op, A target)
ExtraContent
getExtraHtml
in interface ExtraContent<A extends AppUser>
getExtraHtml
in class EditTransition<A extends AppUser>