Class TableRow


  • public class TableRow
    extends Object
    A table row for a PrettyTable.
    Author:
    Matthias Herlitzius
    • Method Detail

      • render

        public StringBuilder render​(List<org.appng.cli.prettytable.TableColumn> columns,
                                    boolean withBorders,
                                    boolean beVerbose)
      • getValueAt

        public String getValueAt​(int index)