Uses of Class
com.atlassian.jira.webtests.table.HtmlTable.Row

Packages that use HtmlTable.Row
com.atlassian.jira.webtests.table   
 

Uses of HtmlTable.Row in com.atlassian.jira.webtests.table
 

Methods in com.atlassian.jira.webtests.table that return HtmlTable.Row
 HtmlTable.Row HtmlTable.findRowWhereCellEquals(int columnIndex, String cellValue)
          Finds the first row in this HtmlTable where the text in the given column equals cellValue.
 HtmlTable.Row HtmlTable.findRowWhereCellStartsWith(int columnIndex, String prefix)
          Finds the first row in this HtmlTable where the text in the given column starts with prefix.
 HtmlTable.Row HtmlTable.getRow(int rowIndex)
           
 

Methods in com.atlassian.jira.webtests.table that return types with arguments of type HtmlTable.Row
 List<HtmlTable.Row> HtmlTable.getRows()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.