Uses of Class
com.atlassian.confluence.selenium.client.Editor.EditorMode

Packages that use Editor.EditorMode
com.atlassian.confluence.selenium.client   
 

Uses of Editor.EditorMode in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client that return Editor.EditorMode
static Editor.EditorMode Editor.EditorMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Editor.EditorMode[] Editor.EditorMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.selenium.client with parameters of type Editor.EditorMode
 void Editor.edit(ContentEntity contentEntity, Editor.EditorMode mode)
          Opens the edit screen for the given content and switches to the required mode
 void Editor.logInAndEdit(User user, ContentEntity contentEntity, Editor.EditorMode mode)
           
 void Editor.switchToMode(Editor.EditorMode mode)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.