Interface AdminTabs
- All Known Implementing Classes:
AdminTabsImpl
public interface AdminTabs
A page object useful for retrieving what tabs are currently shown in the admin section.
- Since:
- v4.4
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of tabgroups that are currently shown on the pageint
Fetches the total cound of tabs shownReturns the current page heading for the admin section.
-
Method Details
-
getPageHeading
String getPageHeading()Returns the current page heading for the admin section.- Returns:
- the current page heading for the admin section.
-
getCurrentTabs
List<AdminTabs.TabGroup> getCurrentTabs()Returns a list of tabgroups that are currently shown on the page- Returns:
- a list of tabgroups that are currently shown on the page
-
getNumberOfTabs
int getNumberOfTabs()Fetches the total cound of tabs shown- Returns:
- the total cound of tabs shown
-