Uses of Class
org.xwiki.test.ui.po.FormContainerElement
-
Packages that use FormContainerElement Package Description org.xwiki.test.ui.po.editor -
-
Uses of FormContainerElement in org.xwiki.test.ui.po.editor
Subclasses of FormContainerElement in org.xwiki.test.ui.po.editor Modifier and Type Class Description class
ObjectEditPane
Represents a group of form fields that are used to edit an object of a specific type.Constructors in org.xwiki.test.ui.po.editor with parameters of type FormContainerElement Constructor Description ClassPropertyEditPane(FormContainerElement form, String propertyName)
Creates a new pane that can be used to set the meta-properties of the specified XClass property.DatabaseListClassEditElement(FormContainerElement form, String propertyName)
NumberClassEditElement(FormContainerElement form, String propertyName)
StaticListClassEditElement(FormContainerElement form, String propertyName)
-