Uses of Class
org.xwiki.test.ui.po.ViewPage

Packages that use ViewPage
org.xwiki.test.ui   
org.xwiki.test.ui.po   
org.xwiki.test.ui.po.editor   
 

Uses of ViewPage in org.xwiki.test.ui
 

Methods in org.xwiki.test.ui that return ViewPage
 ViewPage TestUtils.createPage(String space, String page, String content, String title)
           
 ViewPage TestUtils.createPage(String space, String page, String content, String title, String syntaxId)
           
 ViewPage TestUtils.createPage(String space, String page, String content, String title, String syntaxId, String parentFullPageName)
           
 ViewPage TestUtils.createPageWithAttachment(String space, String page, String content, String title, String attachmentName, InputStream attachmentData)
           
 ViewPage TestUtils.createPageWithAttachment(String space, String page, String content, String title, String attachmentName, InputStream attachmentData, org.apache.commons.httpclient.UsernamePasswordCredentials credentials)
           
 ViewPage TestUtils.createPageWithAttachment(String space, String page, String content, String title, String syntaxId, String parentFullPageName, String attachmentName, InputStream attachmentData)
           
 ViewPage TestUtils.createPageWithAttachment(String space, String page, String content, String title, String syntaxId, String parentFullPageName, String attachmentName, InputStream attachmentData, org.apache.commons.httpclient.UsernamePasswordCredentials credentials)
           
 ViewPage TestUtils.gotoPage(String space, String page)
           
 

Uses of ViewPage in org.xwiki.test.ui.po
 

Subclasses of ViewPage in org.xwiki.test.ui.po
 class CommentsTab
          Page Object for Comments Tab.
 class ComparePage
          The page that shows the differences between two versions of a document.
 class ConfirmationModal
           
 class ConfirmationPage
          Represents a confirmation page that allows the user cancel or confirm the current action (e.g.
 class CopyConfirmationPage
          Represents the common actions possible after a Page has been copied.
 class CopyPage
          Represents the common actions possible on the Copy Page page.
 class CreatePagePage
          Represents the actions possible on the Create Page template page.
 class CreateSpacePage
          Represents the actions possible on the Create Space template page.
 class DeletePageOutcomePage
          Represents the common actions possible after a page has been deleted.
 class InlinePage
          Represents the common actions possible on all Pages when using the "inline" action.
 class LoginPage
          Represents the actions possible on the Login page.
 

Methods in org.xwiki.test.ui.po with type parameters of type ViewPage
<T extends ViewPage>
T
InlinePage.clickCancel()
           
<T extends ViewPage>
T
InlinePage.clickSaveAndView()
           
protected
<T extends ViewPage>
T
InlinePage.createViewPage()
          Can be overridden to return extended ViewPage.
 

Methods in org.xwiki.test.ui.po that return ViewPage
 ViewPage ViewPage.clickBreadcrumbLink(String linkText)
          Clicks on the breadcrumb link with the given text.
 ViewPage CopyConfirmationPage.goToNewPage()
           
 ViewPage CopyConfirmationPage.gotoOriginalPage()
           
 ViewPage HistoryPane.rollbackToVersion(String version)
          IMPORTANT: this method isn't blocking and doesn't wait for the page to be loaded (after the confirmation popup has been accepted).
 

Uses of ViewPage in org.xwiki.test.ui.po.editor
 

Methods in org.xwiki.test.ui.po.editor that return ViewPage
 ViewPage ClassEditPage.clickCancel()
           
 ViewPage EditPage.clickCancel()
           
 ViewPage ClassEditPage.clickSaveAndView()
           
 ViewPage EditPage.clickSaveAndView()
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.