com.atlassian.confluence.pageobjects.page.content
Class CommentsSection.Comment

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.content.CommentsSection.Comment
Enclosing class:
CommentsSection

public static class CommentsSection.Comment
extends java.lang.Object


Field Summary
protected  com.atlassian.pageobjects.PageBinder pageBinder
           
 
Constructor Summary
CommentsSection.Comment(com.atlassian.pageobjects.elements.PageElement commentElement)
           
 
Method Summary
 EditorContent clickEdit()
          Deprecated. since 5.5, use edit(), which returns an Editor instead.
 EditorContent clickReply()
           
 Editor edit()
          Edit the comment.
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> getContent()
           
 LikeSection getLikeSection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder
Constructor Detail

CommentsSection.Comment

public CommentsSection.Comment(com.atlassian.pageobjects.elements.PageElement commentElement)
Method Detail

getContent

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> getContent()

clickReply

public EditorContent clickReply()

clickEdit

@Deprecated
public EditorContent clickEdit()
Deprecated. since 5.5, use edit(), which returns an Editor instead.

Returns:
an EditorContent, which is not really what you want.
Since:
5.5

edit

public Editor edit()
Edit the comment. clickEdit() is better named but doesn't return an Editor. edit() can be renamed eventually.

Returns:
an Editor, with save button etc.

getLikeSection

public LikeSection getLikeSection()


Copyright © 2003-2014 Atlassian. All Rights Reserved.