Uses of Class
org.xwiki.test.ui.po.FormElement

Packages that use FormElement
org.xwiki.test.ui.po.editor   
 

Uses of FormElement in org.xwiki.test.ui.po.editor
 

Methods in org.xwiki.test.ui.po.editor that return FormElement
 FormElement ObjectEditPage.addObject(String className)
           
 FormElement ObjectEditPage.addObjectFromInlineLink(String className)
           
 

Methods in org.xwiki.test.ui.po.editor that return types with arguments of type FormElement
 List<FormElement> ObjectEditPage.getObjectsOfClass(String className)
          className will look something like "XWiki.XWikiRights"
 

Constructors in org.xwiki.test.ui.po.editor with parameters of type FormElement
DatabaseListClassEditElement(FormElement form, String propertyName)
           
NumberClassEditElement(FormElement form, String propertyName)
           
StaticListClassEditElement(FormElement form, String propertyName)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.