com.atlassian.confluence.pageobjects.page.space
Class AddSpacePage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.space.AddSpacePage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

Deprecated. since 5.3 - use page objects provided by the Create Content Plugin e.g. CreateSpaceDialog

@Deprecated
public class AddSpacePage
extends ConfluenceAbstractPage

Page with the create space form

Since:
4.2.6

Field Summary
static java.lang.String URI
          Deprecated.  
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
AddSpacePage()
          Deprecated.  
 
Method Summary
 void bindForm()
          Deprecated.  
 AddSpaceForm getForm()
          Deprecated.  
 java.lang.String getUrl()
          Deprecated.  
 boolean isSubmitEnabled()
          Deprecated.  
 ViewPage submit()
          Deprecated.  
 void submitExpectingErrors()
          Deprecated.  
 AddSpacePage waitForSubmitDisabled()
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final java.lang.String URI
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AddSpacePage

public AddSpacePage()
Deprecated. 
Method Detail

bindForm

public void bindForm()
Deprecated. 

getForm

public AddSpaceForm getForm()
Deprecated. 

getUrl

public java.lang.String getUrl()
Deprecated. 

submit

public ViewPage submit()
Deprecated. 

submitExpectingErrors

public void submitExpectingErrors()
Deprecated. 

isSubmitEnabled

public boolean isSubmitEnabled()
Deprecated. 

waitForSubmitDisabled

public AddSpacePage waitForSubmitDisabled()
Deprecated. 


Copyright © 2003-2014 Atlassian. All Rights Reserved.