com.atlassian.pageobjects.components
Interface TabbedComponent

All Known Implementing Classes:
AuiTabs

public interface TabbedComponent

Represents a components that has multiple tabs with content.


Method Summary
 PageElement openTab(PageElement tab)
          Open's the given tab's view.
 PageElement selectedTab()
          Returns element that represents the selected tab.
 PageElement selectedView()
          Returns element that represents the selected tab's view.
 List<PageElement> tabs()
          Returns all elements that represent the tabs.
 

Method Detail

selectedTab

PageElement selectedTab()
Returns element that represents the selected tab.


selectedView

PageElement selectedView()
Returns element that represents the selected tab's view.


tabs

List<PageElement> tabs()
Returns all elements that represent the tabs.


openTab

PageElement openTab(PageElement tab)
Open's the given tab's view.



Copyright © 2014 Atlassian. All rights reserved.