Uses of Interface
com.atlassian.jira.webtest.framework.dialog.AddGadgetDialog

Packages that use AddGadgetDialog
com.atlassian.jira.webtest.framework.dialog   
com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget   
com.atlassian.jira.webtest.framework.impl.selenium.page.dashboard   
com.atlassian.jira.webtest.framework.page.dashboard   
 

Uses of AddGadgetDialog in com.atlassian.jira.webtest.framework.dialog
 

Methods in com.atlassian.jira.webtest.framework.dialog that return AddGadgetDialog
<T extends Gadget>
AddGadgetDialog
AddGadgetDialog.addGadget(Class<T> gadgetType)
           Add gadget of given type to the dashboard.
<T extends Gadget>
AddGadgetDialog
AddGadgetDialog.addGadget(Class<T> gadgetType, String sourceUrl)
           Add gadget of given type and sourceUrl to the dashboard.
 

Uses of AddGadgetDialog in com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget that implement AddGadgetDialog
 class AddGadgetDialogImpl
          Default implementation of AddGadgetDialog.
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.dialog.gadget that return AddGadgetDialog
<T extends Gadget>
AddGadgetDialog
AddGadgetDialogImpl.addGadget(Class<T> gadgetType)
           
<T extends Gadget>
AddGadgetDialog
AddGadgetDialogImpl.addGadget(Class<T> gadgetType, String sourceUrl)
           
 AddGadgetDialog AddGadgetDialogImpl.open()
           
 

Uses of AddGadgetDialog in com.atlassian.jira.webtest.framework.impl.selenium.page.dashboard
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.page.dashboard that return AddGadgetDialog
 AddGadgetDialog DashboardImpl.gadgetDialog()
           
 AddGadgetDialog DashboardImpl.openGadgetDialog()
           
 

Uses of AddGadgetDialog in com.atlassian.jira.webtest.framework.page.dashboard
 

Methods in com.atlassian.jira.webtest.framework.page.dashboard that return AddGadgetDialog
 AddGadgetDialog Dashboard.gadgetDialog()
          Return instance of gadget dialog associated with this page.
 AddGadgetDialog Dashboard.openGadgetDialog()
          Open and return gadget dialog.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.