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
  • 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