AU
- type of AppUserpublic class LandingPageAppUserTransitionProvider<AU extends AppUser> extends AppUserTransitionProvider<AU>
AppUserTransitionProvider
where the view transition can act
as the landing-page for the SUNodeMaker
menu.Modifier and Type | Class and Description |
---|---|
class |
LandingPageAppUserTransitionProvider.AddTransitionvisitor |
static class |
LandingPageAppUserTransitionProvider.ImportKey<AU extends AppUser>
An
AppUserKey for menu items imported as transitions |
static class |
LandingPageAppUserTransitionProvider.MenuTransition<AU extends AppUser> |
AppUserTransitionProvider.EraseTransition, AppUserTransitionProvider.LoginHistoryTransition, AppUserTransitionProvider.QueryRoleTransition, AppUserTransitionProvider.SUTransition<AU extends AppUser>
AbstractViewTransitionFactory.ViewResult, AbstractViewTransitionFactory.ViewTransition
EDIT_DETAILS_ROLE, ERASE, LOGIN_HISTORY, PERSON_TRANSITION_TAG, QUERY_ROLE_KEY, SEE_LOGIN_HISTORY_ROLE, SET_ROLE_KEY, SET_ROLES_ROLE, SU_KEY, UPDATE, USER_SELF_UPDATE_FEATURE, VIEW_PERSON_RELATIONSHIP
conn
Constructor and Description |
---|
LandingPageAppUserTransitionProvider(AppContext c) |
Modifier and Type | Method and Description |
---|---|
<X extends ContentBuilder> |
getTopContent(X cb,
AU target,
SessionService<?> sess)
Get the content to be displayed at the top of the target page.
|
allowTransition, canView, getAppUserFactory, getHeading, getID, getInstance, getLogContent, getSummaryContent, getTarget, getTargetName, getText, getTitle
accept
getBottomContent, getHelp
addTransition, getTransition, getTransition, getTransitions, lookupTransition, sortByKey
getContext, getLogger, resetLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getTransition, getTransitions, lookupTransition
getContext
getBottomContent, getHelp, showTransition
public LandingPageAppUserTransitionProvider(AppContext c)
c
- public <X extends ContentBuilder> X getTopContent(X cb, AU target, SessionService<?> sess)
ViewTransitionFactory
getTopContent
in interface ViewTransitionFactory<AppUserKey<AU extends AppUser>,AU extends AppUser>
getTopContent
in class AbstractViewTransitionFactory<AU extends AppUser,AppUserKey<AU extends AppUser>>