Uses of Class
org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
-
Packages that use StaticListClassEditElement.DisplayType Package Description org.xwiki.test.ui.po.editor -
-
Uses of StaticListClassEditElement.DisplayType in org.xwiki.test.ui.po.editor
Methods in org.xwiki.test.ui.po.editor that return StaticListClassEditElement.DisplayType Modifier and Type Method Description static StaticListClassEditElement.DisplayType
StaticListClassEditElement.DisplayType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StaticListClassEditElement.DisplayType[]
StaticListClassEditElement.DisplayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.test.ui.po.editor with parameters of type StaticListClassEditElement.DisplayType Modifier and Type Method Description void
StaticListClassEditElement. setDisplayType(StaticListClassEditElement.DisplayType type)
-