com.atlassian.jira.webtest.framework.page.dashboard
Interface DashboardToolsMenu.CloseMode

All Superinterfaces:
AjsDropdown.CloseMode<Dashboard>
Enclosing interface:
DashboardToolsMenu

public static interface DashboardToolsMenu.CloseMode
extends AjsDropdown.CloseMode<Dashboard>


Method Summary
 Dashboard byClickIn(DashboardToolsMenu.ToolItems item)
          Close the drop-down by clicking in position corresponding to the item representation.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.component.AjsDropdown.CloseMode
byClickIn, byEnter, byEscape
 

Method Detail

byClickIn

Dashboard byClickIn(DashboardToolsMenu.ToolItems item)
Close the drop-down by clicking in position corresponding to the item representation.

Parameters:
item - domain representation of the position in the list to click in.
Returns:
dashboard parent page


Copyright © 2002-2013 Atlassian. All Rights Reserved.