com.atlassian.confluence.pageobjects.component.likes
Class LikeSection
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pageBinder
@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder
LikeSection
public LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement)
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.