com.atlassian.confluence.selenium.client
Class PageOrderingRootTree

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.PageOrderingTree
      extended by com.atlassian.confluence.selenium.client.PageOrderingRootTree

public class PageOrderingRootTree
extends PageOrderingTree

A subclass of PageOrderingTree for a tree which contains a root node as in the Move Page dialog.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.confluence.selenium.client.PageOrderingTree
PageOrderingTree.TreePosition
 
Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.PageOrderingTree
client
 
Constructor Summary
PageOrderingRootTree(ConfluenceSeleniumClient client)
           
 
Method Summary
 void clickRootNode()
           
 java.lang.String getSelectedName()
          Get the name of the selected node in the tree, including the root node.
 boolean isRootNodeClickable()
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.PageOrderingTree
clickPage, expandTree, getClickPageLocator, getFirstChildNode, getSortAlphabeticallyLocator, getTreeNodeLocator, getTreeNodeLocator, getUndoLocator, isClickable, isPagePresent, isPageVisible, isPathOpen, isShowingPageWithName, movePageAsChild, sortAlphabetically
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageOrderingRootTree

public PageOrderingRootTree(ConfluenceSeleniumClient client)
Method Detail

clickRootNode

public void clickRootNode()

isRootNodeClickable

public boolean isRootNodeClickable()

getSelectedName

public java.lang.String getSelectedName()
Get the name of the selected node in the tree, including the root node. If there are no selected nodes then null is returned.

Overrides:
getSelectedName in class PageOrderingTree
Returns:
the name of the first selected page in the tree or null if there is no selected page


Copyright © 2003-2014 Atlassian. All Rights Reserved.