Uses of Class
org.xwiki.test.ui.po.editor.EditPage.Editor
-
Packages that use EditPage.Editor Package Description org.xwiki.test.ui.po.editor -
-
Uses of EditPage.Editor in org.xwiki.test.ui.po.editor
Methods in org.xwiki.test.ui.po.editor that return EditPage.Editor Modifier and Type Method Description static EditPage.Editor
EditPage.Editor. byPrettyName(String prettyName)
EditPage.Editor
EditPage. getEditor()
static EditPage.Editor
EditPage.Editor. valueOf(String name)
Returns the enum constant of this type with the specified name.static EditPage.Editor[]
EditPage.Editor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-