com.atlassian.confluence.user
Class UserInterfaceState
java.lang.Object
com.atlassian.confluence.user.UserInterfaceState
- public class UserInterfaceState
- extends Object
Represents the current state of the various toggle-able parts of the user interface for
this user. Preferences are stored both in the user's current session, and in the user's
persistent prefs.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MAX_RECENTLY_ADDED_PAGE_COUNT
public static final int DEFAULT_MAX_RECENTLY_ADDED_PAGE_COUNT
- See Also:
- Constant Field Values
DEFAULT_MAX_RECENTLY_UPDATED_PAGE_COUNT
public static final int DEFAULT_MAX_RECENTLY_UPDATED_PAGE_COUNT
- See Also:
- Constant Field Values
LIMIT_RECENTLY_ADDED_PAGE_COUNT
public static final int LIMIT_RECENTLY_ADDED_PAGE_COUNT
- See Also:
- Constant Field Values
LIMIT_MAX_RECENTLY_UPDATED_PAGE_COUNT
public static final int LIMIT_MAX_RECENTLY_UPDATED_PAGE_COUNT
- See Also:
- Constant Field Values
DEFAULT_DASHBOARD_TAB
public static final String DEFAULT_DASHBOARD_TAB
- See Also:
- Constant Field Values
UserInterfaceState
public UserInterfaceState(User user)
UserInterfaceState
public UserInterfaceState(User user,
UserAccessor userAccessor)
getCommentsShowing
public Boolean getCommentsShowing()
setCommentsShowing
public void setCommentsShowing(Boolean commentsShowing)
getAttachmentsShowing
public Boolean getAttachmentsShowing()
setAttachmentsShowing
public void setAttachmentsShowing(Boolean attachmentsShowing)
getChildrenShowing
public Boolean getChildrenShowing()
setChildrenShowing
public void setChildrenShowing(Boolean childrenShowing)
setRecentChangesSize
public void setRecentChangesSize(int recentChangesSize)
setDashboardTab
public void setDashboardTab(String dashboardTab)
getDashboardTab
public String getDashboardTab()
setDashboardSpacesSelectedTeam
public void setDashboardSpacesSelectedTeam(String selectedTeam)
getDashboardSpacesSelectedTeam
public String getDashboardSpacesSelectedTeam()
setDashboardSpacesSelectedGroup
public void setDashboardSpacesSelectedGroup(String selectedGroup)
getDashboardSpacesSelectedGroup
public String getDashboardSpacesSelectedGroup()
getRecentChangesSize
public int getRecentChangesSize()
getMaxRecentChangesSize
public int getMaxRecentChangesSize()
setMaxRecentChangesSize
public void setMaxRecentChangesSize(int i)
getLocationShowing
public Boolean getLocationShowing()
setLocationShowing
public void setLocationShowing(Boolean locationShowing)
getRestrictionsShowing
public Boolean getRestrictionsShowing()
setRestrictionsShowing
public void setRestrictionsShowing(Boolean restrictionsShowing)
getLabelsShowing
public Boolean getLabelsShowing()
setLabelsShowing
public void setLabelsShowing(Boolean labelsShowing)