org.xwiki.panels.test.po
Class PanelEditPage

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.test.ui.po.InlinePage
                  extended by org.xwiki.panels.test.po.PanelEditPage

public class PanelEditPage
extends InlinePage

Represents a panel in edit mode.

Since:
4.3.1
Version:
$Id: d4bb8d76993d9a5bca37917d46521925480c8870 $

Field Summary
static String DEFAULT_CONTENT_FORMAT
          Panel default content format.
 
Constructor Summary
PanelEditPage()
           
 
Method Summary
protected  PanelViewPage createViewPage()
           
 void setContent(String content)
          Sets the content of the panel.
 
Methods inherited from class org.xwiki.test.ui.po.InlinePage
clickCancel, clickPreview, clickSaveAndContinue, clickSaveAndView, getContent, getForm
 
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, editSection, exists, getBreadcrumbContent, hasBreadcrumbContent, isInlinePage, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, waitForDocExtraPaneActive, waitUntilContent
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, copy, createInlinePage, createPage, createSpace, delete, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getMetaDataValue, getPageMenuLink, getPageTitle, getPageURL, hasLoginLink, isAuthenticated, isNewDocument, login, logout, register, sendKeys, waitUntilPageIsLoaded, watchDocument, watchSpace
 
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
 

Field Detail

DEFAULT_CONTENT_FORMAT

public static final String DEFAULT_CONTENT_FORMAT
Panel default content format.

See Also:
Constant Field Values
Constructor Detail

PanelEditPage

public PanelEditPage()
Method Detail

setContent

public void setContent(String content)
Sets the content of the panel.

Parameters:
content - the panel content

createViewPage

protected PanelViewPage createViewPage()
Overrides:
createViewPage in class InlinePage


Copyright © 2004-2013 XWiki. All Rights Reserved.