Uses of Class
org.xwiki.test.ui.po.ViewPage
-
Packages that use ViewPage Package Description 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 Modifier and Type Method Description 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. createPage(List<String> spaces, String page, String content, String title)
ViewPage
TestUtils. createPage(List<String> spaces, String page, String content, String title, String syntaxId)
ViewPage
TestUtils. createPage(List<String> spaces, String page, String content, String title, String syntaxId, String parentFullPageName)
ViewPage
TestUtils. createPage(org.xwiki.model.reference.EntityReference reference, String content)
ViewPage
TestUtils. createPage(org.xwiki.model.reference.EntityReference reference, String content, String title)
ViewPage
TestUtils. createPage(org.xwiki.model.reference.EntityReference reference, String content, String title, String syntaxId)
ViewPage
TestUtils. createPage(org.xwiki.model.reference.EntityReference reference, 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. createPageWithAttachment(List<String> spaces, String page, String content, String title, String syntaxId, String parentFullPageName, String attachmentName, InputStream attachmentData, org.apache.commons.httpclient.UsernamePasswordCredentials credentials)
ViewPage
TestUtils. createPageWithAttachment(org.xwiki.model.reference.EntityReference reference, String content, String title, String attachmentName, InputStream attachmentData)
ViewPage
TestUtils. createPageWithAttachment(org.xwiki.model.reference.EntityReference reference, String content, String title, String attachmentName, InputStream attachmentData, org.apache.commons.httpclient.UsernamePasswordCredentials credentials)
ViewPage
TestUtils. gotoPage(String space, String page)
ViewPage
TestUtils. gotoPage(org.xwiki.model.reference.EntityReference reference)
-
Uses of ViewPage in org.xwiki.test.ui.po
Subclasses of ViewPage in org.xwiki.test.ui.po Modifier and Type Class Description class
AttachmentHistoryPage
Page Object for the attachment history page.class
ComparePage
The page that shows the differences between two versions of a document.class
ConfirmationPage
Represents a confirmation page that allows the user cancel or confirm the current action (e.g.class
CopyOverwritePromptPage
Represents the common actions possible after trying to copy a page over an existing page.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
Deprecated.since 7.2M3.class
DeletePageConfirmationPage
Specialized confirmation page, dedicated to pages deletion.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.class
RenamePage
Methods in org.xwiki.test.ui.po with type parameters of type ViewPage Modifier and Type Method Description <T extends ViewPage>
TInlinePage. clickCancel()
<T extends ViewPage>
TInlinePage. clickSaveAndView()
protected <T extends ViewPage>
TInlinePage. createViewPage()
Can be overridden to return extendedViewPage
.Methods in org.xwiki.test.ui.po that return ViewPage Modifier and Type Method Description ViewPage
ViewPage. clickBreadcrumbLink(String linkText)
Clicks on the breadcrumb link with the given text.ViewPage
CopyOverwritePromptPage. clickCancelButton()
Click the cancel link.ViewPage
LiveTableElement. clickCell(int rowNumber, int columnNumber)
ViewPage
BasePage. clickLocale(Locale locale)
ViewPage
DeletedPageEntry. clickRestore()
Click on the restore action.ViewPage
DeletePageOutcomePage. clickRestore()
Deprecated.Since 14.10 prefer usingDeletePageOutcomePage.getDeletedPagesEntries()
andDeletedPageEntry.clickRestore()
.ViewPage
DeletedPageEntry. clickView()
Click on the view link.ViewPage
DeletePageOutcomePage. clickViewDocument(int row)
Deprecated.Since 14.10 prefer usingDeletePageOutcomePage.getDeletedPagesEntries()
andDeletedPageEntry.clickDelete()
.ViewPage
CopyOrRenameOrDeleteStatusPage. gotoNewPage()
ViewPage
CopyOrRenameOrDeleteStatusPage. 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).ViewPage
BasePage. useShortcutKeyForSourceViewer()
Use keyboard shortcuts to go to the source view of a page.ViewPage
HistoryPane. viewVersion(String version)
View the document at the given version. -
Uses of ViewPage in org.xwiki.test.ui.po.editor
Methods in org.xwiki.test.ui.po.editor with type parameters of type ViewPage Modifier and Type Method Description <T extends ViewPage>
TEditPage. clickSaveAndView()
Methods in org.xwiki.test.ui.po.editor that return ViewPage Modifier and Type Method Description ViewPage
EditPage. clickCancel()
ViewPage
EditPage. useShortcutKeyForCancellingEdition()
Cancel the edition by using keyboard shortcut.
-