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

All Superinterfaces:
Localizable, Openable<T>, PageObject, Tab<T>
All Known Subinterfaces:
DashboardTab
All Known Implementing Classes:
AbstractNamedTab, DashboardTabImpl, DefaultDashboardTabImpl

public interface NamedTab<T extends NamedTab<T>>
extends Tab<T>

A tab with a name.

Since:
v4.3

Method Summary
 String name()
          Name of the tab.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Openable
isClosed, isOpen, isOpenable, open
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

name

String name()
Name of the tab.

Returns:
name of the tab


Copyright © 2002-2012 Atlassian. All Rights Reserved.