Uses of Class
org.silverpeas.core.personalization.UserMenuDisplay
-
Packages that use UserMenuDisplay Package Description org.silverpeas.core.personalization Provides classes for managing the user preferences.org.silverpeas.core.personalization.service org.silverpeas.core.web.look org.silverpeas.web.look -
-
Uses of UserMenuDisplay in org.silverpeas.core.personalization
Methods in org.silverpeas.core.personalization that return UserMenuDisplay Modifier and Type Method Description UserMenuDisplay
UserPreferences. getDisplay()
static UserMenuDisplay
UserMenuDisplay. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserMenuDisplay[]
UserMenuDisplay. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.core.personalization with parameters of type UserMenuDisplay Modifier and Type Method Description void
UserPreferences. setDisplay(UserMenuDisplay display)
Constructors in org.silverpeas.core.personalization with parameters of type UserMenuDisplay Constructor Description UserPreferences(String userId, String language, ZoneId zoneId, String look, String collaborativeWorkSpaceId, boolean thesaurusEnabled, boolean dragAndDropEnabled, boolean webdavEditionEnabled, UserMenuDisplay display)
UserPreferences(String language, ZoneId zoneId, String look, String collaborativeWorkSpaceId, boolean thesaurusEnabled, boolean dragAndDropEnabled, boolean webdavEditionEnabled, UserMenuDisplay display)
-
Uses of UserMenuDisplay in org.silverpeas.core.personalization.service
Fields in org.silverpeas.core.personalization.service declared as UserMenuDisplay Modifier and Type Field Description static UserMenuDisplay
PersonalizationService. DEFAULT_MENU_DISPLAY_MODE
-
Uses of UserMenuDisplay in org.silverpeas.core.web.look
Methods in org.silverpeas.core.web.look that return UserMenuDisplay Modifier and Type Method Description abstract UserMenuDisplay
LookHelper. getDisplayUserMenu()
UserMenuDisplay
LookSilverpeasV5Helper. getDisplayUserMenu()
Methods in org.silverpeas.core.web.look with parameters of type UserMenuDisplay Modifier and Type Method Description abstract void
LookHelper. setDisplayUserMenu(UserMenuDisplay userMenuDisplayMode)
void
LookSilverpeasV5Helper. setDisplayUserMenu(UserMenuDisplay displayUserMenu)
-
Uses of UserMenuDisplay in org.silverpeas.web.look
Methods in org.silverpeas.web.look with parameters of type UserMenuDisplay Modifier and Type Method Description protected boolean
AjaxServletLookV5. isLoadingContentNeeded(UserMenuDisplay userMenuDisplayMode, String userId, SpaceInstLight space, List<UserFavoriteSpaceVO> listUFS)
-