com.atlassian.confluence.pageobjects.component.likes
Class LikeSection

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.likes.LikeSection
All Implemented Interfaces:
PageComponent

public class LikeSection
extends java.lang.Object
implements PageComponent


Field Summary
protected  com.atlassian.pageobjects.PageBinder pageBinder
           
 
Constructor Summary
LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement)
           
 
Method Summary
 LikeSection clickLike()
           
 LikeSection clickUnlike()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> getLikeButtonText()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> getLikeSummaryText()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isLikedByCurrentUser()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isNotLikedByCurrentUser()
           
 com.atlassian.pageobjects.elements.query.TimedCondition likedByCurrentUserAndManyOthers(int num)
           
 com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByCurrentUser()
           
 com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByUser(java.lang.String fullName)
           
 
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

LikeSection

public LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement)
Method Detail

clickLike

public LikeSection clickLike()

clickUnlike

public LikeSection clickUnlike()

getLikeButtonText

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

getLikeSummaryText

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

isLikedByCurrentUser

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

isNotLikedByCurrentUser

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

onlyLikedByCurrentUser

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

likedByCurrentUserAndManyOthers

public com.atlassian.pageobjects.elements.query.TimedCondition likedByCurrentUserAndManyOthers(int num)

onlyLikedByUser

public com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByUser(java.lang.String fullName)


Copyright © 2003-2014 Atlassian. All Rights Reserved.