com.atlassian.jira.webtest.framework.component.fc
Interface IssuePicker.CountableSection

All Superinterfaces:
AjsDropdown.Section<IssuePicker>, Component<AjsDropdown<IssuePicker>>, Localizable, PageObject
Enclosing interface:
IssuePicker

public static interface IssuePicker.CountableSection
extends AjsDropdown.Section<IssuePicker>


Method Summary
 int currentCount()
           
 int totalCount()
           
 
Methods inherited from interface com.atlassian.jira.webtest.framework.component.AjsDropdown.Section
hasHeader, header, id, items
 
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

currentCount

int currentCount()

totalCount

int totalCount()


Copyright © 2002-2013 Atlassian. All Rights Reserved.