public class

PageOrderingRootTree

extends PageOrderingTree
java.lang.Object
   ↳ com.atlassian.confluence.selenium.client.PageOrderingTree
     ↳ com.atlassian.confluence.selenium.client.PageOrderingRootTree

Class Overview

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.client.PageOrderingTree
Public Constructors
PageOrderingRootTree(ConfluenceSeleniumClient client)
Public Methods
void clickRootNode()
String getSelectedName()
Get the name of the selected node in the tree, including the root node.
boolean isRootNodeClickable()
[Expand]
Inherited Methods
From class com.atlassian.confluence.selenium.client.PageOrderingTree
From class java.lang.Object

Public Constructors

public PageOrderingRootTree (ConfluenceSeleniumClient client)

Public Methods

public void clickRootNode ()

public 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.

Returns
  • the name of the first selected page in the tree or null if there is no selected page

public boolean isRootNodeClickable ()