Class Table


public class Table extends AbstractElementDatabase
Define a Table, e.g. is sent to the view by the model after injection. Allow to traverse upward to its corresponding database.
  • Constructor Details

    • Table

      public Table(String tableName, String rowCount, Database parentDatabase)
      Define the table label, number of rows and parent database.
      Parameters:
      tableName -
      rowCount -
      parentDatabase -
  • Method Details