Class StaticListClassFieldEditPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.appwithinminutes.test.po.ClassFieldEditPane
-
- org.xwiki.appwithinminutes.test.po.SuggestClassFieldEditPane
-
- org.xwiki.appwithinminutes.test.po.ListClassFieldEditPane
-
- org.xwiki.appwithinminutes.test.po.StaticListClassFieldEditPane
-
public class StaticListClassFieldEditPane extends ListClassFieldEditPane
Represents the pane used to edit a 'Static List' class field.- Since:
- 4.2M1
- Version:
- $Id: 8089182d17e71886a275265c76c887e73e091164 $
-
-
Constructor Summary
Constructors Constructor Description StaticListClassFieldEditPane(String fieldName)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticListItemsEditor
getItemsEditor()
-
Methods inherited from class org.xwiki.appwithinminutes.test.po.ListClassFieldEditPane
getDefaultSelectedValues, getDefaultValue, getDisplayTypeSelect, getItemByValue, getMultipleSelectionCheckBox, getPreviewInputType, getSelectedItems, getSizeInput, isReadOnly, setDefaultValue
-
Methods inherited from class org.xwiki.appwithinminutes.test.po.SuggestClassFieldEditPane
getPicker, setMultipleSelect
-
Methods inherited from class org.xwiki.appwithinminutes.test.po.ClassFieldEditPane
closeConfigPanel, delete, dragTo, getContainer, getDefaultValueInput, getFieldName, getName, getPropertyInput, openConfigPanel, setName, setPrettyName
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Constructor Detail
-
StaticListClassFieldEditPane
public StaticListClassFieldEditPane(String fieldName)
Creates a new instance.- Parameters:
fieldName
- the name of the date field
-
-
Method Detail
-
getItemsEditor
public StaticListItemsEditor getItemsEditor()
- Returns:
- the static list items editor
-
-