Package org.xwiki.test.ui.po
Class DocumentSyntaxPropertyPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.EditablePropertyPane<String>
-
- org.xwiki.test.ui.po.DocumentSyntaxPropertyPane
-
public class DocumentSyntaxPropertyPane extends EditablePropertyPane<String>
The pane used to display and edit in-place the document syntax.- Since:
- 12.6.3, 12.9RC1
- Version:
- $Id: 5090e5e964bede8648e062b2070b3c149ac3803e $
-
-
Field Summary
-
Fields inherited from class org.xwiki.test.ui.po.EditablePropertyPane
cancelButton, editButton, editor, element, saveButton, viewer
-
-
Constructor Summary
Constructors Constructor Description DocumentSyntaxPropertyPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentSyntaxPropertyPane
clickCancel()
DocumentSyntaxPropertyPane
clickEdit()
DocumentSyntaxPropertyPane
clickSave()
DocumentSyntaxPicker
getSyntaxPicker()
-
Methods inherited from class org.xwiki.test.ui.po.EditablePropertyPane
getDisplayValue, getLabel, getValue, setValue
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
clickEdit
public DocumentSyntaxPropertyPane clickEdit()
- Overrides:
clickEdit
in classEditablePropertyPane<String>
-
clickCancel
public DocumentSyntaxPropertyPane clickCancel()
- Overrides:
clickCancel
in classEditablePropertyPane<String>
-
clickSave
public DocumentSyntaxPropertyPane clickSave()
- Overrides:
clickSave
in classEditablePropertyPane<String>
-
getSyntaxPicker
public DocumentSyntaxPicker getSyntaxPicker()
-
-