org.xwiki.panels.test.po
Class ApplicationsPanel

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.panels.test.po.ApplicationsPanel

public class ApplicationsPanel
extends ViewPage

Represents actions for the Panels.Appications panel.

Since:
4.3M2
Version:
$Id: ef344b29def7bf9a92944c39dd7161d8fbdcbc34 $

Constructor Summary
ApplicationsPanel()
           
 
Method Summary
 ViewPage clickApplication(String applicationName)
           
 boolean containsApplication(String applicationName)
           
static String getURL()
           
static ApplicationsPanel gotoPage()
           
 
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, editSection, exists, getBreadcrumbContent, getContent, 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
 

Constructor Detail

ApplicationsPanel

public ApplicationsPanel()
Method Detail

gotoPage

public static ApplicationsPanel gotoPage()
Returns:
the page representing the Application Panels page

getURL

public static String getURL()

containsApplication

public boolean containsApplication(String applicationName)

clickApplication

public ViewPage clickApplication(String applicationName)


Copyright © 2004-2013 XWiki. All Rights Reserved.