Uses of Class
org.xwiki.test.ui.po.editor.EditPage
-
Packages that use EditPage Package Description org.xwiki.test.ui.po org.xwiki.test.ui.po.editor -
-
Uses of EditPage in org.xwiki.test.ui.po
Methods in org.xwiki.test.ui.po that return EditPage Modifier and Type Method Description EditPage
CreatePagePage. createPage(String spaceValue, String pageValue)
EditPage
CreatePagePage. createPage(String spaceValue, String pageValue, boolean isTerminalPage)
EditPage
CreatePagePage. createPage(String title, String spaceValue, String pageValue, boolean isTerminalPage)
EditPage
CreatePagePage. createPageFromTemplate(String spaceValue, String pageValue, String templateValue)
EditPage
CreatePagePage. createPageFromTemplate(String spaceValue, String pageValue, String templateValue, boolean isTerminalPage)
EditPage
CreatePagePage. createPageFromTemplate(String title, String spaceValue, String pageValue, String templateValue)
EditPage
CreatePagePage. createPageFromTemplate(String title, String spaceValue, String pageValue, String templateValue, boolean isTerminalPage)
EditPage
BasePage. useShortcutKeyForEditing()
Use keyboard shortcuts to go to edit page. -
Uses of EditPage in org.xwiki.test.ui.po.editor
Subclasses of EditPage in org.xwiki.test.ui.po.editor Modifier and Type Class Description class
ClassEditPage
Represents the common actions possible on all Pages when using the "edit" action with the "class" editor.class
ObjectEditPage
Represents the common actions possible on all Pages when using the "edit" action with the "object" editor.class
PreviewableEditPage
Edit page with a preview button.class
PreviewEditPage
Models the preview edit page.class
WikiEditPage
Represents the common actions possible on all Pages when using the "edit" action with "wiki" editorclass
WYSIWYGEditPage
Represents the actions possible in WYSIWYG edit mode.
-