|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.appwithinminutes.test.po.ClassFieldEditPane
org.xwiki.appwithinminutes.test.po.StaticListClassFieldEditPane
public class StaticListClassFieldEditPane
Represents the pane used to edit a 'Static List' class field.
| Constructor Summary | |
|---|---|
StaticListClassFieldEditPane(String fieldName)
Creates a new instance. |
|
| Method Summary | |
|---|---|
List<String> |
getDefaultSelectedValues()
Do not use this method when display type is input. |
String |
getDefaultValue()
|
org.openqa.selenium.support.ui.Select |
getDisplayTypeSelect()
|
org.openqa.selenium.WebElement |
getItemByValue(String value)
Do not used this method when display type is input. |
StaticListItemsEditor |
getItemsEditor()
|
org.openqa.selenium.WebElement |
getMultipleSelectionCheckBox()
|
String |
getPreviewInputType()
|
protected List<org.openqa.selenium.WebElement> |
getSelectedItems()
|
org.openqa.selenium.WebElement |
getSizeInput()
|
void |
setDefaultValue(String defaultValue)
Sets the field default value |
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticListClassFieldEditPane(String fieldName)
fieldName - the name of the date field| Method Detail |
|---|
public org.openqa.selenium.support.ui.Select getDisplayTypeSelect()
public org.openqa.selenium.WebElement getSizeInput()
public org.openqa.selenium.WebElement getMultipleSelectionCheckBox()
public String getDefaultValue()
getDefaultValue in class ClassFieldEditPanepublic void setDefaultValue(String defaultValue)
ClassFieldEditPane
setDefaultValue in class ClassFieldEditPanedefaultValue - the new field default valuepublic List<String> getDefaultSelectedValues()
protected List<org.openqa.selenium.WebElement> getSelectedItems()
public org.openqa.selenium.WebElement getItemByValue(String value)
value - the value of the list item to return
public String getPreviewInputType()
getDisplayTypeSelect()public StaticListItemsEditor getItemsEditor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||