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 RecentlyUpdatedMacroTab
RecentlyUpdatedMacroTabProvider. getDefaultTab()
RecentlyUpdatedMacroTab
RecentlyUpdatedMacroTabProvider. 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 class
AbstractTab
Shared tab logic.class
AllContentTab
Implements the "All Updates" tabclass
FavouriteSpacesTab
Implements the "Favourite Spaces" tab, which displays updates from a user's favourite spaces.class
NetworkTab
Implements the "Network" tab, which displays updates from users that the current user followsclass
PopularTab
class
SpaceCategoryTab
Implements the space category tab, which displays updates in spaces that have a space category label
-