public class TableData
extends Object
This class contains all of the data required for the table in the web app.
-
Constructor Summary
Constructors
Construct the table data from an array of table rows.
-
Method Summary
Returns the array of rows in this table.
-
Constructor Details
-
TableData
Construct the table data from an array of table rows.
- Parameters:
rows - The rows to be included in this table.
-
Method Details
-
getTableRows
Returns the array of rows in this table.
- Returns:
- the array of rows in this table.
-