Uses of Class
org.xwiki.test.ui.po.editor.PreviewableEditPage
-
Packages that use PreviewableEditPage Package Description org.xwiki.test.ui.po.editor -
-
Uses of PreviewableEditPage in org.xwiki.test.ui.po.editor
Subclasses of PreviewableEditPage in org.xwiki.test.ui.po.editor Modifier and Type Class Description 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.Methods in org.xwiki.test.ui.po.editor that return PreviewableEditPage Modifier and Type Method Description PreviewableEditPage
PreviewEditPage. clickBackToEdit()
Clicks on the back to edit button.Constructors in org.xwiki.test.ui.po.editor with parameters of type PreviewableEditPage Constructor Description PreviewEditPage(PreviewableEditPage editedPage)
Creates a new preview page that holds a reference to the edited page.
-