com.atlassian.jira.pageobjects.components.restfultable
Class AbstractEditRow

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow
Direct Known Subclasses:
EditAdvancedApplicationPropertyForm

public class AbstractEditRow
extends Object

Since:
v4.4

Nested Class Summary
static class AbstractEditRow.AbstractField
           
static class AbstractEditRow.Field
           
static class AbstractEditRow.SelectField
           
 
Field Summary
protected  com.atlassian.pageobjects.elements.PageElement row
           
 
Constructor Summary
AbstractEditRow(org.openqa.selenium.By rowSelector)
           
 
Method Summary
protected  com.atlassian.pageobjects.elements.PageElement findInRow(String cssSelector)
           
protected  com.atlassian.pageobjects.elements.PageElement getAddButton()
           
protected  com.atlassian.pageobjects.elements.PageElement getCancelLink()
           
 void setRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

protected com.atlassian.pageobjects.elements.PageElement row
Constructor Detail

AbstractEditRow

public AbstractEditRow(org.openqa.selenium.By rowSelector)
Method Detail

findInRow

protected com.atlassian.pageobjects.elements.PageElement findInRow(String cssSelector)

getAddButton

protected com.atlassian.pageobjects.elements.PageElement getAddButton()

getCancelLink

protected com.atlassian.pageobjects.elements.PageElement getCancelLink()

setRow

public void setRow()


Copyright © 2002-2014 Atlassian. All Rights Reserved.