com.atlassian.jira.webtests.table
Class TableData

java.lang.Object
  extended by com.atlassian.jira.webtests.table.TableData

public class TableData
extends Object

Convinience class to create a table (two dimensional array). This class should make extending the possible operations on tables easy as well.


Constructor Summary
TableData()
           
 
Method Summary
 TableData addRow(Object[] row)
           
 Object[][] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableData

public TableData()
Method Detail

addRow

public TableData addRow(Object[] row)

toArray

public Object[][] toArray()


Copyright © 2002-2014 Atlassian. All Rights Reserved.