Uses of Class
org.xwiki.test.ui.po.editor.ObjectEditPane
-
Packages that use ObjectEditPane Package Description org.xwiki.test.ui.po.editor -
-
Uses of ObjectEditPane in org.xwiki.test.ui.po.editor
Methods in org.xwiki.test.ui.po.editor that return ObjectEditPane Modifier and Type Method Description ObjectEditPane
ObjectEditPage. addObject(String className)
ObjectEditPane
ObjectEditPage. addObjectFromInlineLink(String className)
ObjectEditPane
ObjectEditPane. setPropertyValue(String propertyName, String propertyValue)
Helper to fill property values quickly.Methods in org.xwiki.test.ui.po.editor that return types with arguments of type ObjectEditPane Modifier and Type Method Description List<ObjectEditPane>
ObjectEditPage. getObjectsOfClass(String className)
className will look something like "XWiki.XWikiRights"List<ObjectEditPane>
ObjectEditPage. getObjectsOfClass(String className, boolean displayAllObjects)
Retrieve all objects of the given class name, and expand them if needed.
-