org.xwiki.appwithinminutes.test.po
Class UserClassFieldEditPane

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.appwithinminutes.test.po.ClassFieldEditPane
          extended by org.xwiki.appwithinminutes.test.po.UserClassFieldEditPane

public class UserClassFieldEditPane
extends ClassFieldEditPane

Represents the pane used to edit a 'User' class field.

Since:
4.5
Version:
$Id: 0aa2f0dbdd5557dd8bb9372f5f9b1cd914bd3d77 $

Constructor Summary
UserClassFieldEditPane(String fieldName)
          Creates a new instance.
 
Method Summary
 UserPicker getUserPicker()
           
 void setMultipleSelect(boolean multiple)
          Sets whether this field supports multiple selection.
 
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
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserClassFieldEditPane

public UserClassFieldEditPane(String fieldName)
Creates a new instance.

Parameters:
fieldName - the name of the date field
Method Detail

setMultipleSelect

public void setMultipleSelect(boolean multiple)
Sets whether this field supports multiple selection.

Parameters:
multiple - true to enable multiple selection, false to disable it

getUserPicker

public UserPicker getUserPicker()
Returns:
the user picker


Copyright © 2004-2013 XWiki. All Rights Reserved.