Package | Description |
---|---|
org.xwiki.test.ui.po.editor |
Modifier and Type | Method and Description |
---|---|
ObjectEditPane |
ObjectEditPage.addObject(String className) |
ObjectEditPane |
ObjectEditPage.addObjectFromInlineLink(String className) |
ObjectEditPane |
ObjectEditPane.setPropertyValue(String propertyName,
String propertyValue)
Helper to fill property values quickly.
|
Modifier and Type | Method and 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.
|
Copyright © 2004–2021 XWiki. All rights reserved.