public interface ColumnBuilder<T>
Interface for building table columns.
Author:
Pavel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildCell(T rowElement, TableCell cell, org.nasdanika.common.ProgressMonitor progressMonitor)
    Builds a value cell
    void
    buildHeader(TableCell header, org.nasdanika.common.ProgressMonitor progressMonitor)
    Builds a header cell.
  • Method Details

    • buildHeader

      void buildHeader(TableCell header, org.nasdanika.common.ProgressMonitor progressMonitor)
      Builds a header cell.
      Parameters:
      header -
    • buildCell

      void buildCell(T rowElement, TableCell cell, org.nasdanika.common.ProgressMonitor progressMonitor)
      Builds a value cell