Class AuiButton
java.lang.Object
com.atlassian.pageobjects.elements.WebDriverElement
com.atlassian.bamboo.pageobjects.elements.AuiButton
- All Implemented Interfaces:
 com.atlassian.pageobjects.elements.PageElement,com.atlassian.pageobjects.elements.PageElementFinder,com.atlassian.pageobjects.elements.search.PageElementSearch
public class AuiButton
extends com.atlassian.pageobjects.elements.WebDriverElement
implements com.atlassian.pageobjects.elements.PageElement
- 
Field Summary
Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement
defaultTimeout, driver, locatable, pageBinder, timeouts, TO_LOCATABLE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement
asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.pageobjects.elements.PageElement
asWebElement, clear, click, find, findAll, getAttribute, getCssClasses, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isPresent, isSelected, isVisible, javascript, select, timed, type, withTimeoutMethods inherited from interface com.atlassian.pageobjects.elements.PageElementFinder
find, find, find, findAll, findAll, findAllMethods inherited from interface com.atlassian.pageobjects.elements.search.PageElementSearch
search 
- 
Constructor Details
- 
AuiButton
public AuiButton(org.openqa.selenium.By locator)  - 
AuiButton
public AuiButton(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)  
 - 
 - 
Method Details
- 
isEnabled
public boolean isEnabled()- Specified by:
 isEnabledin interfacecom.atlassian.pageobjects.elements.PageElement- Overrides:
 isEnabledin classcom.atlassian.pageobjects.elements.WebDriverElement
 
 -