Class TableData

java.lang.Object
_global.tri.oxidationstates.webapi.TableData

public class TableData extends Object
This class contains all of the data required for the table in the web app.
  • Constructor Details

    • TableData

      public TableData(TableRow[] rows)
      Construct the table data from an array of table rows.
      Parameters:
      rows - The rows to be included in this table.
  • Method Details

    • getTableRows

      public TableRow[] getTableRows()
      Returns the array of rows in this table.
      Returns:
      the array of rows in this table.
    • toString

      public String toString()
      Overrides:
      toString in class Object