org.xwiki.administration.test.po
Class PageElementsAdministrationSectionPage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.test.ui.po.ViewPage
              extended by org.xwiki.administration.test.po.AdministrationSectionPage
                  extended by org.xwiki.administration.test.po.PageElementsAdministrationSectionPage

public class PageElementsAdministrationSectionPage
extends AdministrationSectionPage

Represents the actions possible on the Page Elements administration section.

Since:
4.3.1
Version:
$Id: 6a01d587b4d22c41fe2696f2439208e658d51494 $

Constructor Summary
PageElementsAdministrationSectionPage()
          Default constructor.
 
Method Summary
 String getRightPanels()
           
static PageElementsAdministrationSectionPage gotoPage()
          Open the "Page Elements" administration section.
 void setRightPanels(String rightPanels)
          Sets the list of the panels to be displayed on the right column
 
Methods inherited from class org.xwiki.administration.test.po.AdministrationSectionPage
clickSave, getForm, getURL, gotoPage
 
Methods inherited from class org.xwiki.test.ui.po.ViewPage
canDelete, clickBreadcrumbLink, clickWantedLink, copy, createPage, createSpace, delete, editSection, exists, getBreadcrumbContent, getContent, getCurrentUser, getDocumentTitle, hasBreadcrumbContent, hasLoginLink, isInlinePage, login, logout, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, register, waitForDocExtraPaneActive, waitUntilContent, watchDocument, watchSpace
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded
 
Methods inherited from class org.xwiki.test.ui.po.BaseElement
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageElementsAdministrationSectionPage

public PageElementsAdministrationSectionPage()
Default constructor.

Method Detail

gotoPage

public static PageElementsAdministrationSectionPage gotoPage()
Open the "Page Elements" administration section.

Returns:
the "Page Elements" administration section

setRightPanels

public void setRightPanels(String rightPanels)
Sets the list of the panels to be displayed on the right column

Parameters:
rightPanels - a comma-separated list of panel document names

getRightPanels

public String getRightPanels()
Returns:
the list of panels that are displayed on the right column


Copyright © 2004-2012 XWiki. All Rights Reserved.