Uses of Class
com.silverpeas.personalization.UserMenuDisplay

Packages that use UserMenuDisplay
com.silverpeas.look   
com.silverpeas.lookV5   
com.silverpeas.personalization   
com.silverpeas.personalization.service   
 

Uses of UserMenuDisplay in com.silverpeas.look
 

Methods in com.silverpeas.look that return UserMenuDisplay
 UserMenuDisplay LookSilverpeasV5Helper.getDisplayUserMenu()
           
 UserMenuDisplay LookHelper.getDisplayUserMenu()
           
 

Methods in com.silverpeas.look with parameters of type UserMenuDisplay
 void LookSilverpeasV5Helper.setDisplayUserMenu(UserMenuDisplay displayUserMenu)
           
 void LookHelper.setDisplayUserMenu(UserMenuDisplay userMenuDisplayMode)
           
 

Uses of UserMenuDisplay in com.silverpeas.lookV5
 

Methods in com.silverpeas.lookV5 with parameters of type UserMenuDisplay
protected  boolean AjaxServletLookV5.isLoadingContentNeeded(UserMenuDisplay userMenuDisplayMode, String userId, String spaceId, List<UserFavoriteSpaceVO> listUFS, OrganisationController orgaController)
           
 

Uses of UserMenuDisplay in com.silverpeas.personalization
 

Methods in com.silverpeas.personalization that return UserMenuDisplay
 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 com.silverpeas.personalization with parameters of type UserMenuDisplay
 void UserPreferences.setDisplay(UserMenuDisplay display)
           
 

Constructors in com.silverpeas.personalization with parameters of type UserMenuDisplay
UserPreferences(String language, String look, String collaborativeWorkSpaceId, boolean thesaurusEnabled, boolean dragAndDropEnabled, boolean webdavEditionEnabled, UserMenuDisplay display)
           
UserPreferences(String userId, String language, String look, String collaborativeWorkSpaceId, boolean thesaurusEnabled, boolean dragAndDropEnabled, boolean webdavEditionEnabled, UserMenuDisplay display)
           
 

Uses of UserMenuDisplay in com.silverpeas.personalization.service
 

Fields in com.silverpeas.personalization.service declared as UserMenuDisplay
static UserMenuDisplay PersonalizationService.DEFAULT_MENU_DISPLAY_MODE
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.