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

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

public class JQueryMenu
extends Object
implements ActivatedComponent<JQueryMenu>

Represents the JQuery menu that is present on the jquery.html page.


Field Summary
protected  AtlassianWebDriver driver
           
protected  PageBinder pageBinder
           
 
Constructor Summary
JQueryMenu()
           
 
Method Summary
 JQueryMenu close()
           
 PageElement getTrigger()
           
 PageElement getView()
           
 ElementsPage gotoElementsPage()
           
 void intialize()
           
 boolean isOpen()
           
 JQueryMenu open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

@Inject
protected AtlassianWebDriver driver

pageBinder

@Inject
protected PageBinder pageBinder
Constructor Detail

JQueryMenu

public JQueryMenu()
Method Detail

intialize

public void intialize()

gotoElementsPage

public ElementsPage gotoElementsPage()

getTrigger

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

getView

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

open

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

close

public JQueryMenu close()

isOpen

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


Copyright © 2014 Atlassian. All rights reserved.