org.xwiki.extension.test.po
Class ExtensionDependenciesPane

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.extension.test.po.ExtensionDependenciesPane

public class ExtensionDependenciesPane
extends BaseElement

The section that displays the extension dependencies.

Since:
4.2M1
Version:
$Id: 31d9607ea4d25f13f689d19fa47b9f851703b70b $

Constructor Summary
ExtensionDependenciesPane(org.openqa.selenium.WebElement container)
          Creates a new instance.
 
Method Summary
 List<DependencyPane> getBackwardDependencies()
           
 List<DependencyPane> getDirectDependencies()
           
 
Methods inherited from class org.xwiki.test.ui.po.BaseElement
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionDependenciesPane

public ExtensionDependenciesPane(org.openqa.selenium.WebElement container)
Creates a new instance.

Parameters:
container - the section container
Method Detail

getDirectDependencies

public List<DependencyPane> getDirectDependencies()
Returns:
the list of direct dependencies

getBackwardDependencies

public List<DependencyPane> getBackwardDependencies()
Returns:
the list of backward dependencies


Copyright © 2004-2012 XWiki. All Rights Reserved.