public interface AdminTabs
Modifier and Type | Interface and Description |
---|---|
static class |
AdminTabs.Tab |
static class |
AdminTabs.TabGroup |
Modifier and Type | Method and Description |
---|---|
List<AdminTabs.TabGroup> |
getCurrentTabs()
Returns a list of tabgroups that are currently shown on the page
|
int |
getNumberOfTabs()
Fetches the total cound of tabs shown
|
String |
getPageHeading()
Returns the current page heading for the admin section.
|
String getPageHeading()
List<AdminTabs.TabGroup> getCurrentTabs()
int getNumberOfTabs()
Copyright © 2002-2019 Atlassian. All Rights Reserved.