Uses of Interface
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs.RecentlyUpdatedMacroTab
-
Packages that use RecentlyUpdatedMacroTab Package Description com.atlassian.confluence.plugins.macros.dashboard.recentupdates com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs -
-
Uses of RecentlyUpdatedMacroTab in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that return RecentlyUpdatedMacroTab Modifier and Type Method Description RecentlyUpdatedMacroTabRecentlyUpdatedMacroTabProvider. getDefaultTab()RecentlyUpdatedMacroTabRecentlyUpdatedMacroTabProvider. getTabByName(String name)Returns the tab with the specified name, or a default tab if no tab matches the name.Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that return types with arguments of type RecentlyUpdatedMacroTab Modifier and Type Method Description List<RecentlyUpdatedMacroTab>RecentlyUpdatedMacroTabProvider. getAvailableTabs() -
Uses of RecentlyUpdatedMacroTab in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Classes in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs that implement RecentlyUpdatedMacroTab Modifier and Type Class Description classAbstractTabShared tab logic.classAllContentTabImplements the "All Updates" tabclassFavouriteSpacesTabImplements the "Favourite Spaces" tab, which displays updates from a user's favourite spaces.classNetworkTabImplements the "Network" tab, which displays updates from users that the current user followsclassPopularTabclassSpaceCategoryTabImplements the space category tab, which displays updates in spaces that have a space category label
-