org.xwiki.test.ui.po.editor
Class PreferencesEditPage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.test.ui.po.editor.EditPage
              extended by org.xwiki.test.ui.po.editor.PreferencesEditPage

public class PreferencesEditPage
extends EditPage

User profile, the preferences pane, edit mode.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.xwiki.test.ui.po.editor.EditPage
EditPage.Editor
 
Field Summary
 
Fields inherited from class org.xwiki.test.ui.po.editor.EditPage
cancel, save, saveandcontinue, selectedEditMenuItem, syntaxIdSelect
 
Constructor Summary
PreferencesEditPage()
           
 
Method Summary
 String getDefaultEditor()
           
 void setAdvancedUserType()
           
 void setDefaultEditorDefault()
           
 void setDefaultEditorText()
           
 void setDefaultEditorWysiwyg()
           
 void setSimpleUserType()
           
 void setTimezone(String value)
           
 
Methods inherited from class org.xwiki.test.ui.po.editor.EditPage
clickCancel, clickContentMenuEditSubMenuEntry, clickSaveAndContinue, clickSaveAndView, getEditor, getSyntaxId, setSyntaxId
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
clickContentMenuTopEntry, createInlinePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded
 
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

PreferencesEditPage

public PreferencesEditPage()
Method Detail

setSimpleUserType

public void setSimpleUserType()

setAdvancedUserType

public void setAdvancedUserType()

setDefaultEditorDefault

public void setDefaultEditorDefault()

setDefaultEditorWysiwyg

public void setDefaultEditorWysiwyg()

setDefaultEditorText

public void setDefaultEditorText()

getDefaultEditor

public String getDefaultEditor()

setTimezone

public void setTimezone(String value)


Copyright © 2004-2013 XWiki. All Rights Reserved.