Class HTMLTableFromUITable<T>

Type Parameters:
T - the type of data in the table
All Implemented Interfaces:
HTMLConvertable

public class HTMLTableFromUITable<T> extends HTMLTable<T>
The HTMLTableFromUITable class represents an HTML table that is generated from a Table or directly.
  • Constructor Details

    • HTMLTableFromUITable

      public HTMLTableFromUITable(Table<T> table)
      Constructs a new HTMLTable instance from the given Table desktop UI component.
      Parameters:
      table - the table to convert to an HTML table
  • Method Details

    • addBody

      protected void addBody()
      Description copied from class: HTMLTable
      Adds table body (rows with data).
      Overrides:
      addBody in class HTMLTable<T>