com.atlassian.pageobjects.elements.test.pageobjects.component
Class LinksMenu
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinksMenu
public LinksMenu()
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.