|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.editor.EditPage
org.xwiki.test.ui.po.editor.PreviewableEditPage
org.xwiki.test.ui.po.editor.WikiEditPage
public class WikiEditPage
Represents the common actions possible on all Pages when using the "edit" action with "wiki" editor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.xwiki.test.ui.po.editor.EditPage |
|---|
EditPage.Editor |
| Field Summary |
|---|
| Fields inherited from class org.xwiki.test.ui.po.editor.EditPage |
|---|
cancel, save, saveandcontinue, selectedEditMenuItem, syntaxIdSelect |
| Constructor Summary | |
|---|---|
WikiEditPage()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Get the content of the page. |
String |
getParent()
|
String |
getTitle()
Get the title of the page. |
static WikiEditPage |
gotoPage(String space,
String page)
Go to the passed page in wiki edit mode. |
void |
setContent(String content)
Set the content of the page. |
void |
setEditComment(String comment)
Set comment for this change. |
void |
setMinorEdit(boolean value)
Set the minor edit check box value. |
void |
setParent(String parent)
Set the parent of the page |
void |
setTitle(String title)
Set the title of the page. |
| Methods inherited from class org.xwiki.test.ui.po.editor.PreviewableEditPage |
|---|
clickPreview |
| Methods inherited from class org.xwiki.test.ui.po.editor.EditPage |
|---|
clickCancel, clickContentMenuEditSubMenuEntry, clickSaveAndContinue, clickSaveAndView, getEditor, getSyntaxId, setSyntaxId |
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
|---|
canDelete, 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiEditPage()
| Method Detail |
|---|
public static WikiEditPage gotoPage(String space,
String page)
public String getTitle()
title of the page.
public void setTitle(String title)
title of the page.
public String getParent()
public void setParent(String parent)
parent of the page
parent - the value for the new parent to setpublic String getContent()
content of the page.
public void setContent(String content)
content of the page.
public void setMinorEdit(boolean value)
public void setEditComment(String comment)
comment for this change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||