|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.selenium.client.PageOrderingTree
public class PageOrderingTree
| Nested Class Summary | |
|---|---|
static class |
PageOrderingTree.TreePosition
|
| Constructor Summary | |
|---|---|
PageOrderingTree(ConfluenceSeleniumClient client)
|
|
| Method Summary | |
|---|---|
void |
expandTree(Page page)
Expands the tree of the given page by clicking on the plus icon. |
java.lang.String |
getFirstChildNode(Page page)
Returns the first child node id of the given page. |
java.lang.String |
getSortAlphabeticallyLocator(Page page)
Returns the sort alphabetical link locator for the given page. |
java.lang.String |
getTreeNodeLocator(long pageId)
|
java.lang.String |
getTreeNodeLocator(Page page)
Returns the tree node locator for the page |
java.lang.String |
getUndoLocator(Page page)
Returns the undo sort link locator for the given page |
void |
movePageAsChild(Page page,
Page newParent)
|
void |
sortAlphabetically(Page page)
Clicks the sort alphabetical link of the given page |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageOrderingTree(ConfluenceSeleniumClient client)
| Method Detail |
|---|
public java.lang.String getFirstChildNode(Page page)
public void expandTree(Page page)
page - the page to expandpublic void sortAlphabetically(Page page)
page - the page to sort its children alphabeticallypublic java.lang.String getSortAlphabeticallyLocator(Page page)
public java.lang.String getUndoLocator(Page page)
public java.lang.String getTreeNodeLocator(Page page)
public java.lang.String getTreeNodeLocator(long pageId)
public void movePageAsChild(Page page,
Page newParent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||