com.atlassian.confluence.pageobjects.page.content
Class EditContentPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage<ViewPage,CreatePage>
          extended by com.atlassian.confluence.pageobjects.page.content.EditorPage
              extended by com.atlassian.confluence.pageobjects.page.content.EditContentPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class EditContentPage
extends EditorPage

A representation of the edit content page.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
EditContentPage()
           
EditContentPage(AbstractPageEntity page, boolean passEditorAnchor)
          For the sake of supporting old browsers, you can actually load the quick editor but loading any viewpage with a #editor anchor.
EditContentPage(BlogPost blogPost)
           
EditContentPage(Page page)
           
 
Method Summary
 java.lang.String getUrl()
           
 com.atlassian.pageobjects.elements.query.TimedCondition hasEditPageUrl()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractEditorPage
cancel, cancelDoNotBind, clearSessionToken, clickRedoButton, clickUndoButton, doWaitUntilTinyMceIsInit, edit, focusOnTitle, getBreadcrumbs, getContent, getEditor, getErrorMessages, getImageBrowserDialog, getImagePropertyPanel, getLocation, getPageLayoutMenu, getTitle, getWarningMessages, hasDraftStatus, hasExistingDraftMessage, hasPreviewContent, hasRestrictionsSet, hasViewAutosavedChanges, hasViewPreviousChanges, isCancelVisibleNow, isDirty, isPermissionsSet, isQuickEdit, isRestrictionsButtonVisible, isTitleEditable, isTitleFocused, isTitleSelected, openDraftChangesDialogFromAutosave, openDraftChangesDialogFromWarning, openImageDialog, openInsertMenu, openLabelsDialog, openMacroBrowser, openMovePageDialog, openRestrictionsDialog, openWikiMarkupDialog, overwrite, preview, save, saveAndExpectToFail, saveWithEnterInVersionComment, saveWithKeyboardShortcut, setTitle, setVersionComment, showPageLayout2Menu
 
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
 

Constructor Detail

EditContentPage

public EditContentPage()

EditContentPage

public EditContentPage(Page page)

EditContentPage

public EditContentPage(BlogPost blogPost)

EditContentPage

public EditContentPage(AbstractPageEntity page,
                       boolean passEditorAnchor)
For the sake of supporting old browsers, you can actually load the quick editor but loading any viewpage with a #editor anchor. Use this constructor to do so, it will affect the getUrl().

Method Detail

getUrl

public java.lang.String getUrl()

hasEditPageUrl

public com.atlassian.pageobjects.elements.query.TimedCondition hasEditPageUrl()


Copyright © 2003-2014 Atlassian. All Rights Reserved.