Modifier and Type | Method and Description |
---|---|
List<SimpleLinkSection> |
IssueOperationsBarUtil.getGroups()
Gets all the groups for the Ops bar - Operations, Transitions, ...
|
List<SimpleLinkSection> |
IssueOperationsBarUtil.getNonEmptySectionsForGroup(SimpleLinkSection group)
Get a list of sections that contain links that have not be promoted.
|
Modifier and Type | Method and Description |
---|---|
List<SimpleLinkSection> |
IssueOperationsBarUtil.getNonEmptySectionsForGroup(SimpleLinkSection group)
Get a list of sections that contain links that have not be promoted.
|
List<SimpleLink> |
IssueOperationsBarUtil.getNonPromotedLinksForSection(SimpleLinkSection group,
SimpleLinkSection section)
Get all the links for a section that were not promoted.
|
List<SimpleLink> |
IssueOperationsBarUtil.getPromotedLinks(SimpleLinkSection group)
Gets all the links that have been promoted out of the sub-sections, into the top level.
|
boolean |
IssueOperationsBarUtil.hasLinks(SimpleLinkSection group)
Tells the caller if the passed group has any links (promoted or otherwise) to display.
|
boolean |
IssueOperationsBarUtil.showMoreLinkforGroup(SimpleLinkSection group)
Whether we need to display the more link for a group.
|
Modifier and Type | Method and Description |
---|---|
SimpleLinkSection |
ThreadLocalCachingSimpleLinkManager.getSectionForURL(String topLevelSection,
String URL,
ApplicationUser remoteUser,
JiraHelper jiraHelper) |
SimpleLinkSection |
DefaultSimpleLinkManager.getSectionForURL(String topLevelSection,
String URL,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
SimpleLinkSection |
SimpleLinkManager.getSectionForURL(String topLevelSection,
String URL,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
Recursively search through our sections within sections within sections within ...
|
Modifier and Type | Method and Description |
---|---|
List<SimpleLinkSection> |
ThreadLocalCachingSimpleLinkManager.getNotEmptySectionsForLocation(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper) |
List<SimpleLinkSection> |
DefaultSimpleLinkManager.getNotEmptySectionsForLocation(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
List<SimpleLinkSection> |
SimpleLinkManager.getNotEmptySectionsForLocation(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
Gets a list of
SimpleLinkSection for the given location, that have either web-items or
other web-sections within them. |
List<SimpleLinkSection> |
ThreadLocalCachingSimpleLinkManager.getSectionsForLocation(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper) |
List<SimpleLinkSection> |
DefaultSimpleLinkManager.getSectionsForLocation(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
List<SimpleLinkSection> |
SimpleLinkManager.getSectionsForLocation(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
Gets a list of
SimpleLinkSection for the given location. |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleLink
A simple link representation.
|
Modifier and Type | Class and Description |
---|---|
class |
MockSimpleLink |
class |
MockSimpleLinkSection |
class |
SimpleLinkImpl
Default implementation of
SimpleLink . |
class |
SimpleLinkSectionImpl
Default implementation of
SimpleLinkSection . |
Constructor and Description |
---|
Section(SimpleLinkSection section,
List<MenuResource.Link> items) |
Modifier and Type | Method and Description |
---|---|
List<SimpleLinkSection> |
ViewProfile.getSectionsForMenu() |
Modifier and Type | Method and Description |
---|---|
SimpleLinkSection |
ModuleWebComponentFields.SectionsAndLinks.getSection() |
Constructor and Description |
---|
SectionsAndLinks(SimpleLinkSection section,
List<SimpleLink> links) |
Modifier and Type | Method and Description |
---|---|
List<SimpleLinkSection> |
AdminDecoratorHelper.getChildSectionsForSection(String location) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.