com.atlassian.pageobjects.elements.test.pageobjects.component
Class LinksMenu

java.lang.Object
  extended by com.atlassian.pageobjects.elements.test.pageobjects.component.LinksMenu
All Implemented Interfaces:
ActivatedComponent<LinksMenu>

public class LinksMenu
extends Object
implements ActivatedComponent<LinksMenu>

Represents the Links menu that is present in the AUIPage. This page is generated by the AUIServlet plugin that is installed in the RefApp


Constructor Summary
LinksMenu()
           
 
Method Summary
 LinksMenu close()
           
 List<String> getItems()
           
 PageElement getTrigger()
           
 PageElement getView()
           
 JQueryPage gotoJQueryPage()
           
 void initialize()
           
 boolean isOpen()
           
 LinksMenu open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinksMenu

public LinksMenu()
Method Detail

initialize

public void initialize()

getTrigger

public PageElement getTrigger()
Specified by:
getTrigger in interface ActivatedComponent<LinksMenu>

getView

public PageElement getView()
Specified by:
getView in interface ActivatedComponent<LinksMenu>

open

public LinksMenu open()
Specified by:
open in interface ActivatedComponent<LinksMenu>

close

public LinksMenu close()

isOpen

public boolean isOpen()
Specified by:
isOpen in interface ActivatedComponent<LinksMenu>

getItems

public List<String> getItems()

gotoJQueryPage

public JQueryPage gotoJQueryPage()


Copyright © 2014 Atlassian. All rights reserved.