Uses of Class
org.xwiki.test.ui.po.EditablePropertyPane
-
Packages that use EditablePropertyPane Package Description org.xwiki.test.ui.po -
-
Uses of EditablePropertyPane in org.xwiki.test.ui.po
Subclasses of EditablePropertyPane in org.xwiki.test.ui.po Modifier and Type Class Description class
DocumentSyntaxPropertyPane
The pane used to display and edit in-place the document syntax.Methods in org.xwiki.test.ui.po that return EditablePropertyPane Modifier and Type Method Description EditablePropertyPane<T>
EditablePropertyPane. clickCancel()
EditablePropertyPane<T>
EditablePropertyPane. clickEdit()
EditablePropertyPane<T>
EditablePropertyPane. clickSave()
EditablePropertyPane<T>
EditablePropertyPane. setValue(T value)
Sets the property value while the property is being edited.
-