public static class SpaceToolsTabsHelper.SpaceToolsTabs extends Object
Constructor and Description |
---|
SpaceToolsTabs() |
Modifier and Type | Method and Description |
---|---|
void |
addTopLevelTab(String sectionFullKey,
com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor legacyWebItem,
Map<String,Object> context) |
void |
addTopLevelTab(String sectionFullKey,
com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor section,
com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor firstWebItem,
Iterable<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> secondLevelNavigation,
Map<String,Object> context) |
List<SpaceToolsTabsHelper.SpaceToolsTabItem> |
getFirstLevelNavigation() |
List<SpaceToolsTabsHelper.SpaceToolsTabItem> |
getSecondLevelNavigation() |
boolean |
setSelected(String selectedWebItem) |
String |
toString() |
public void addTopLevelTab(String sectionFullKey, com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor section, com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor firstWebItem, Iterable<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> secondLevelNavigation, Map<String,Object> context)
public void addTopLevelTab(String sectionFullKey, com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor legacyWebItem, Map<String,Object> context)
public boolean setSelected(String selectedWebItem)
public List<SpaceToolsTabsHelper.SpaceToolsTabItem> getFirstLevelNavigation()
public List<SpaceToolsTabsHelper.SpaceToolsTabItem> getSecondLevelNavigation()
Copyright © 2003–2018 Atlassian. All rights reserved.