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

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

public class ReorderTree
extends ConfluenceAbstractPageComponent

Page object representing the reorder tree in the page move dialog.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
ReorderTree()
           
 
Method Summary
 void clickSiblingPosition(int pos)
          Click on the sibling position given by the index pos
 
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

ReorderTree

public ReorderTree()
Method Detail

clickSiblingPosition

public void clickSiblingPosition(int pos)
Click on the sibling position given by the index pos

Parameters:
pos - index into the placeholder positions. Starts at 0 at the top.


Copyright © 2003–2015 Atlassian. All rights reserved.