com.atlassian.jira.webtest.framework.component.tab
Interface NamedTabContainer<T extends NamedTab<T>>

All Known Subinterfaces:
Dashboard
All Known Implementing Classes:
DashboardImpl

public interface NamedTabContainer<T extends NamedTab<T>>

Container of named tabs.

Since:
v4.3

Method Summary
 T openTab(String tabName)
          Open tab with given tabName
 T tab(String name)
          Retrun tab with given name.
 

Method Detail

openTab

T openTab(String tabName)
Open tab with given tabName

Parameters:
tabName - name of the tab to open
Returns:
tab instance

tab

T tab(String name)
Retrun tab with given name.

Parameters:
name - name of the tab
Returns:
tab instance


Copyright © 2002-2012 Atlassian. All Rights Reserved.