com.atlassian.jira.webtest.framework.component
Interface AjsDropdown.Section<Q extends PageObject>

All Superinterfaces:
Component<AjsDropdown<Q>>, Localizable, PageObject
All Known Subinterfaces:
IssuePicker.CountableSection
All Known Implementing Classes:
DashboardSectionImpl, SeleniumDDSection
Enclosing interface:
AjsDropdown<P extends PageObject>

public static interface AjsDropdown.Section<Q extends PageObject>
extends Localizable, Component<AjsDropdown<Q>>

Section of the drop-down list.


Method Summary
 boolean hasHeader()
          Check whether this section has header.
 String header()
          Header of the section
 String id()
          Unique ID of the section
 TimedQuery<List<AjsDropdown.Item<Q>>> items()
          All items of this section.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.Component
parent
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

id

String id()
Unique ID of the section

Returns:
ID of the section

header

String header()
Header of the section

Returns:
header of the section

hasHeader

boolean hasHeader()
Check whether this section has header.

Returns:
true, if this section has header, false otherwise

items

TimedQuery<List<AjsDropdown.Item<Q>>> items()
All items of this section.

Returns:
all items of this section


Copyright © 2002-2012 Atlassian. All Rights Reserved.