com.atlassian.confluence.pageobjects.component
Class FavouriteSpace

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.ToggleFavourites
          extended by com.atlassian.confluence.pageobjects.component.FavouriteSpace
All Implemented Interfaces:
PageComponent

public class FavouriteSpace
extends ToggleFavourites

Represents the favourite/unfavourite button for spaces.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, waiter
 
Constructor Summary
FavouriteSpace(Space space)
           
 
Method Summary
protected  String getEntityId()
           
protected  String getTitle()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ToggleFavourites
favourite, unfavourite
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavouriteSpace

public FavouriteSpace(Space space)
Method Detail

getEntityId

protected String getEntityId()
Specified by:
getEntityId in class ToggleFavourites

getTitle

protected String getTitle()
Specified by:
getTitle in class ToggleFavourites


Copyright © 2003-2012 Atlassian. All Rights Reserved.