Class StrictSizeTable


  • public class StrictSizeTable
    extends Object
    Author:
    Alexey Loubyansky
    • Constructor Detail

      • StrictSizeTable

        public StrictSizeTable​(int rowsTotal)
    • Method Detail

      • isAtLastRow

        public boolean isAtLastRow()
      • nextRow

        public void nextRow()
      • addCell

        public void addCell​(String header,
                            String value)
      • isEmpty

        public boolean isEmpty()