com.atlassian.confluence.pageobjects.component.dialog
Class PageOrderingRootTree

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dialog.PageOrderingRootTree
All Implemented Interfaces:
PageComponent

public class PageOrderingRootTree
extends ConfluenceAbstractPageComponent


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
PageOrderingRootTree()
           
 
Method Summary
 PageOrderingRootTree clickPage(Page page)
           
 PageOrderingRootTree clickPageTreeSpaceAnchor()
          Click on the root node of the space tree, which is the space itself.
 String getNodeTextForPage(Page p)
           
 String getSelectedPageTitle()
           
 boolean isClickable(Page page)
           
 boolean isPageVisible(Page page)
           
 void waitUntilReady()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageOrderingRootTree

public PageOrderingRootTree()
Method Detail

waitUntilReady

public void waitUntilReady()

isPageVisible

public boolean isPageVisible(Page page)

getNodeTextForPage

public String getNodeTextForPage(Page p)

clickPage

public PageOrderingRootTree clickPage(Page page)

isClickable

public boolean isClickable(Page page)

getSelectedPageTitle

public String getSelectedPageTitle()

clickPageTreeSpaceAnchor

public PageOrderingRootTree clickPageTreeSpaceAnchor()
Click on the root node of the space tree, which is the space itself.



Copyright © 2003–2015 Atlassian. All rights reserved.