it.com.atlassian.gadgets.pages
Class ConfigurableGadget

java.lang.Object
  extended by it.com.atlassian.gadgets.pages.Gadget
      extended by it.com.atlassian.gadgets.pages.ConfigurableGadget
All Implemented Interfaces:
com.atlassian.pageobjects.elements.PageElementFinder
Direct Known Subclasses:
ConfigurableAJSGadget

public class ConfigurableGadget
extends Gadget


Field Summary
 
Fields inherited from class it.com.atlassian.gadgets.pages.Gadget
actions, driver, finder, pageBinder
 
Constructor Summary
ConfigurableGadget(String id)
           
 
Method Summary
 ConfigurableGadget configure()
           
 org.openqa.selenium.WebElement getConfig()
           
 String getConfigTriggerCss()
           
protected  List<org.openqa.selenium.WebElement> getFields(String name)
           
 UserPrefField getFieldWithName(String name)
           
 ConfigurableGadget submit()
           
 
Methods inherited from class it.com.atlassian.gadgets.pages.Gadget
changeColor, delete, dragTo, dragTo, dragTo, find, find, find, find, findAll, findAll, findAll, findAll, getChrome, getChromeWebElement, getColor, getErrorMsgText, getHtml, getId, getMain, getMainText, getMainWebElement, getText, getTitleBar, getTitleBarWebElement, isMinimized, maximize, minimize, openMenu, switchBack, switchTo, switchTo, switchToIframe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableGadget

public ConfigurableGadget(String id)
Method Detail

configure

public ConfigurableGadget configure()

submit

public ConfigurableGadget submit()

getConfigTriggerCss

public String getConfigTriggerCss()

getConfig

public org.openqa.selenium.WebElement getConfig()

getFields

protected List<org.openqa.selenium.WebElement> getFields(String name)

getFieldWithName

public UserPrefField getFieldWithName(String name)


Copyright © 2013 Atlassian. All Rights Reserved.