java.lang.Object
com.pnfsoftware.jeb.core.output.table.impl.TableRow
All Implemented Interfaces:
ITableRow

@Ser public class TableRow extends Object implements ITableRow
A trivial implementation of a table row of cells.
  • Constructor Details

    • TableRow

      public TableRow(List<Cell> cells)
      Create a row.
      Parameters:
      cells -
    • TableRow

      public TableRow(Cell... cells)
      Create a row.
      Parameters:
      cells -
  • Method Details

    • getCells

      public List<Cell> getCells()
      Description copied from interface: ITableRow
      Return the list of cells within that row.
      Specified by:
      getCells in interface ITableRow
      Returns:
      a list of cells
    • setCells

      public void setCells(List<Cell> cells)