org.xwiki.invitation.test.po
Class InspectInvitationsPage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.invitation.test.po.InspectInvitationsPage
Direct Known Subclasses:
InspectInvitationsPage.AsAdmin, InspectInvitationsPage.AsUser

public abstract class InspectInvitationsPage
extends BasePage

Represents the actions possible when inspecting invitations.

Since:
4.2M1
Version:
$Id: 1f7c6e0dffc6ca1d29a341b9a4ea3e674516ebe9 $

Nested Class Summary
static class InspectInvitationsPage.AsAdmin
           
static class InspectInvitationsPage.AsUser
           
static interface InspectInvitationsPage.OneMessage
           
 
Constructor Summary
InspectInvitationsPage()
           
 
Method Summary
protected  TableElement clickMessageHistory()
          Should only be made available to OneMessage implementations.
 InvitationFooterElement getFooter()
           
 InspectInvitationsPage.OneMessage getMessageWhere(String columnName, String value)
           
 String getStatusAndMemo()
          If there is a message box telling the status and memo the content is returned.
 TableElement getTable()
           
 
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

InspectInvitationsPage

public InspectInvitationsPage()
Method Detail

getTable

public TableElement getTable()

getFooter

public InvitationFooterElement getFooter()

getStatusAndMemo

public String getStatusAndMemo()
If there is a message box telling the status and memo the content is returned.


getMessageWhere

public InspectInvitationsPage.OneMessage getMessageWhere(String columnName,
                                                         String value)

clickMessageHistory

protected TableElement clickMessageHistory()
Should only be made available to OneMessage implementations.



Copyright © 2004-2013 XWiki. All Rights Reserved.