com.atlassian.jira.webtest.framework.dialog
Interface DotDialog.DDDropDown

All Superinterfaces:
AjsDropdown<DotDialog>, Component<DotDialog>, Localizable, Openable<AjsDropdown<DotDialog>>, PageObject
All Known Implementing Classes:
SeleniumDDDropDown
Enclosing interface:
DotDialog

public static interface DotDialog.DDDropDown
extends AjsDropdown<DotDialog>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.webtest.framework.component.AjsDropdown
AjsDropdown.CloseMode<PP extends PageObject>, AjsDropdown.Item<R extends PageObject>, AjsDropdown.Section<Q extends PageObject>
 
Method Summary
 TimedQuery<AjsDropdown.Item<DotDialog>> findFor(IssueOperation issueOperation)
          Find item in the list associated with given issueOperation.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.component.AjsDropdown
allSections, close, hasItem, hasSection, item, itemCount, section, selectedItem
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.Component
parent
 
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.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

findFor

TimedQuery<AjsDropdown.Item<DotDialog>> findFor(IssueOperation issueOperation)
Find item in the list associated with given issueOperation.

Parameters:
issueOperation - issue operation to look up
Returns:
timed query for an item corresponding to the given issueOperation
Throws:
IllegalArgumentException - if the position could not be found (e.g. it is not on a current list as it is filtered against some input)


Copyright © 2002-2012 Atlassian. All Rights Reserved.