|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabPage<T extends Tab>
A page with tabs.
Method Summary | ||
---|---|---|
boolean |
hasTab(Class<? extends T> tabClass)
Check whether this page has given tab. |
|
|
openTab(Class<TT> tabClass)
Open tab of given type. |
Methods inherited from interface com.atlassian.pageobjects.Page |
---|
getUrl |
Method Detail |
---|
<TT extends T> TT openTab(Class<TT> tabClass)
TT
- tab parameter of the tabtabClass
- type of the tab
boolean hasTab(Class<? extends T> tabClass)
tabClass
- tab class
true
, if this page has the tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |