Class PageLayout2Toolbar
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar
-
@Deprecated public class PageLayout2Toolbar extends Object
Deprecated.in 5.8. UsePageLayout2Toolbarinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPageLayout2Toolbar.PageLayoutSectionTypeDeprecated.
-
Constructor Summary
Constructors Constructor Description PageLayout2Toolbar()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddSection()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isVisible()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isVisibleAndNotAnimated()Deprecated.voidmoveDownSection()Deprecated.voidmoveUpSection()Deprecated.voidremoveSection()Deprecated.voidselectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)Deprecated.voidwaitUntilVisible()Deprecated.voidwaitUntilVisibleAndNotAnimated()Deprecated.
-
-
-
Method Detail
-
waitUntilVisibleAndNotAnimated
public void waitUntilVisibleAndNotAnimated()
Deprecated.
-
waitUntilVisible
public void waitUntilVisible()
Deprecated.
-
selectLayout
public void selectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)
Deprecated.
-
addSection
public void addSection()
Deprecated.
-
moveUpSection
public void moveUpSection()
Deprecated.
-
moveDownSection
public void moveDownSection()
Deprecated.
-
removeSection
public void removeSection()
Deprecated.
-
isVisible
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
Deprecated.
-
isVisibleAndNotAnimated
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisibleAndNotAnimated()
Deprecated.
-
-