org.xwiki.invitation.test.po
Class InvitationGuestActionsPage

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.InvitationGuestActionsPage

public class InvitationGuestActionsPage
extends BasePage

Represents the actions possible by guests on the invitation application.

Since:
4.2M1
Version:
$Id: bee12508eab1e11ba4eea58fd7ea3fff66465536 $

Nested Class Summary
static class InvitationGuestActionsPage.Action
           
 
Constructor Summary
InvitationGuestActionsPage()
           
InvitationGuestActionsPage(String messageContent, InvitationGuestActionsPage.Action action)
           
 
Method Summary
 String confirm()
          Outputs the message given after clicking the confirm button.
 String getMessage()
           
 void setMemo(String memo)
          This will fail if the action is accept because the user is redirected to a RegistrationPage.
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, hoverOverMenu, 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

InvitationGuestActionsPage

public InvitationGuestActionsPage(String messageContent,
                                  InvitationGuestActionsPage.Action action)

InvitationGuestActionsPage

public InvitationGuestActionsPage()
Method Detail

setMemo

public void setMemo(String memo)
This will fail if the action is accept because the user is redirected to a RegistrationPage.


getMessage

public String getMessage()

confirm

public String confirm()
Outputs the message given after clicking the confirm button.



Copyright © 2004-2012 XWiki. All Rights Reserved.