Class DateClassFieldEditPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.appwithinminutes.test.po.ClassFieldEditPane
-
- org.xwiki.appwithinminutes.test.po.DateClassFieldEditPane
-
public class DateClassFieldEditPane extends ClassFieldEditPane
Represents the pane used to edit a 'Date' class field.- Since:
- 4.2M1
- Version:
- $Id: b88177841c48b1beb71ae7d6cba59f55286ded44 $
-
-
Constructor Summary
Constructors Constructor Description DateClassFieldEditPane(String fieldName)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootstrapDateTimePicker
openDatePicker()
Opens the date picker by clicking on the default value input.void
setDateFormat(String dateFormat)
Sets the date format-
Methods inherited from class org.xwiki.appwithinminutes.test.po.ClassFieldEditPane
closeConfigPanel, delete, dragTo, getContainer, getDefaultValue, getDefaultValueInput, getFieldName, getName, getPropertyInput, openConfigPanel, setDefaultValue, setName, setPrettyName
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Constructor Detail
-
DateClassFieldEditPane
public DateClassFieldEditPane(String fieldName)
Creates a new instance.- Parameters:
fieldName
- the name of the date field
-
-
Method Detail
-
setDateFormat
public void setDateFormat(String dateFormat)
Sets the date format- Parameters:
dateFormat
- the new date format
-
openDatePicker
public BootstrapDateTimePicker openDatePicker()
Opens the date picker by clicking on the default value input.- Returns:
- the date picker
-
-