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

All Superinterfaces:
AutoCompleteInput<DotDialog>, Component<DotDialog>, PageObject, ValueHolder
All Known Implementing Classes:
SeleniumDDInput
Enclosing interface:
DotDialog

public static interface DotDialog.DDInput
extends AutoCompleteInput<DotDialog>


Method Summary
 DotDialog.DDDropDown dropDown()
          AJS.DropDown instance associated with this auto-complete input.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.component.AutoCompleteInput
arrowDown, clear, clickDropIcon, focusAway, type
 
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
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.ValueHolder
value
 

Method Detail

dropDown

DotDialog.DDDropDown dropDown()
Description copied from interface: AutoCompleteInput
AJS.DropDown instance associated with this auto-complete input.

Specified by:
dropDown in interface AutoCompleteInput<DotDialog>
Returns:
drop-down instance associated with this input


Copyright © 2002-2013 Atlassian. All Rights Reserved.