|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.pageobjects.components.aui.AuiTabs
public class AuiTabs
Represents a tabbed content area created via AUI. This is an example of a reusable components.
| Field Summary | |
|---|---|
protected PageElementFinder |
elementFinder
|
protected PageBinder |
pageBinder
|
| Constructor Summary | |
|---|---|
AuiTabs(org.openqa.selenium.By locator)
|
|
| Method Summary | |
|---|---|
void |
initialize()
|
PageElement |
openTab(PageElement tab)
Open's the given tab's view. |
PageElement |
openTab(String tabText)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Inject protected PageBinder pageBinder
@Inject protected PageElementFinder elementFinder
| Constructor Detail |
|---|
public AuiTabs(org.openqa.selenium.By locator)
| Method Detail |
|---|
public void initialize()
public PageElement selectedTab()
TabbedComponent
selectedTab in interface TabbedComponentpublic PageElement selectedView()
TabbedComponent
selectedView in interface TabbedComponentpublic List<PageElement> tabs()
TabbedComponent
tabs in interface TabbedComponentpublic PageElement openTab(String tabText)
public PageElement openTab(PageElement tab)
TabbedComponent
openTab in interface TabbedComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||