Class Row


  • public class Row
    extends Object
    Table row.
    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • getCells

        public List<String> getCells()
        Get the individual table cells in this row.
        Returns:
        The string value from every cell.
      • setCells

        public void setCells​(List<String> cells)
        Set the individual table cells in this row.
        Parameters:
        cells - The list of string values, each one representing a cell.