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

java.lang.Object
  extended by com.atlassian.jira.webtests.table.HtmlTable.Row
Enclosing class:
HtmlTable

public class HtmlTable.Row
extends Object


Method Summary
 String getCellAsText(int cellIndex)
           
 String getCellForHeading(String heading)
          Returns the text value of the cell in this row under the given heading.
 Node getCellNodeForHeading(String heading)
           
 int getRowIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCellAsText

public String getCellAsText(int cellIndex)

getCellForHeading

public String getCellForHeading(String heading)
Returns the text value of the cell in this row under the given heading.

The Heading is defined to be the text values in the cells in Row 0 and may not make sense in all HTML tables.

Parameters:
heading - The heading
Returns:
the text value of the cell in this row under the given heading.

getCellNodeForHeading

public Node getCellNodeForHeading(String heading)

getRowIndex

public int getRowIndex()


Copyright © 2002-2014 Atlassian. All Rights Reserved.