Package | Description |
---|---|
org.xwiki.test.ui.po | |
org.xwiki.test.ui.po.editor |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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" editor
|
class |
WYSIWYGEditPage
Represents the actions possible in WYSIWYG edit mode.
|
Copyright © 2004–2021 XWiki. All rights reserved.