com.atlassian.confluence.pageobjects.component.menu
Class SpacesMenu

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
          extended by com.atlassian.confluence.pageobjects.component.menu.SpacesMenu
All Implemented Interfaces:
Menu, PageComponent

public class SpacesMenu
extends AUIDropdownMenu

Represents the spaces menu available in the header.

Since:
5.2

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
menuContainerLocator, menuTrigger
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
SpacesMenu()
           
 
Method Summary
 List<org.openqa.selenium.WebElement> getMenuItems(String itemId)
           
 ConfluenceMenuItem getSpaceDirectoryMenuItem()
           
 SpaceDirectoryPage gotoSpaceDirectoryPage()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
click, close, getMenuContainer, getMenuItem, initialise, isMostRightMenu, isOpen, isOpenWaiting, open, toString
 
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, wait, wait, wait
 

Constructor Detail

SpacesMenu

public SpacesMenu()
Method Detail

gotoSpaceDirectoryPage

public SpaceDirectoryPage gotoSpaceDirectoryPage()

getMenuItems

public List<org.openqa.selenium.WebElement> getMenuItems(String itemId)

getSpaceDirectoryMenuItem

public ConfluenceMenuItem getSpaceDirectoryMenuItem()


Copyright © 2003–2015 Atlassian. All rights reserved.