Uses of Class
org.xwiki.test.ui.po.EntityTreeElement

Packages that use EntityTreeElement
org.xwiki.test.ui.po   
 

Uses of EntityTreeElement in org.xwiki.test.ui.po
 

Methods in org.xwiki.test.ui.po that return EntityTreeElement
 EntityTreeElement EntityTreeElement.waitForAttachment(String spaceName, String pageName, String fileName)
          Waits for the node corresponding to the specified attachments to be present but not selected.
 EntityTreeElement EntityTreeElement.waitForAttachment(String spaceName, String pageName, String fileName, boolean selected)
          Waits for the node corresponding to the specified attachment to be present.
 EntityTreeElement EntityTreeElement.waitForPage(String spaceName, String pageName)
          Waits for the node corresponding to the specified page to be present but not selected.
 EntityTreeElement EntityTreeElement.waitForPage(String spaceName, String pageName, boolean selected)
          Waits for the node corresponding to the specified page to be present.
 EntityTreeElement EntityTreeElement.waitForPage(String spaceName, String pageName, String pageTitle)
          Waits for the node corresponding to the specified page to be present but not selected.
 EntityTreeElement EntityTreeElement.waitForPage(String spaceName, String pageName, String pageTitle, boolean selected)
          Waits for the node corresponding to the specified page to be present.
 EntityTreeElement EntityTreeElement.waitForSpace(String spaceName)
          Waits for the node corresponding to the specified space to be present but not selected.
 EntityTreeElement EntityTreeElement.waitForSpace(String spaceName, boolean selected)
          Waits for the node corresponding to the specified space to be present.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.