public interface TabbedComponent
| Modifier and Type | Method and Description |
|---|---|
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.
|
PageElement selectedTab()
PageElement selectedView()
List<PageElement> tabs()
PageElement openTab(PageElement tab)
Copyright © 2015 Atlassian. All rights reserved.