com.atlassian.confluence.pageobjects.component.editor
Class PageLayout2Toolbar

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar

public class PageLayout2Toolbar
extends java.lang.Object


Nested Class Summary
static class PageLayout2Toolbar.PageLayoutSectionType
           
 
Constructor Summary
PageLayout2Toolbar()
           
 
Method Summary
 void addSection()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isVisible()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isVisibleAndNotAnimated()
           
 void moveDownSection()
           
 void moveUpSection()
           
 void removeSection()
           
 void selectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)
           
 void waitUntilVisible()
           
 void waitUntilVisibleAndNotAnimated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayout2Toolbar

public PageLayout2Toolbar()
Method Detail

waitUntilVisibleAndNotAnimated

public void waitUntilVisibleAndNotAnimated()

waitUntilVisible

public void waitUntilVisible()

selectLayout

public void selectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)

addSection

public void addSection()

moveUpSection

public void moveUpSection()

moveDownSection

public void moveDownSection()

removeSection

public void removeSection()

isVisible

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isVisible()

isVisibleAndNotAnimated

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isVisibleAndNotAnimated()


Copyright © 2003-2014 Atlassian. All Rights Reserved.