Interface VariableColRowGroupBuilder.Event

Enclosing class:
VariableColRowGroupBuilder

private static interface VariableColRowGroupBuilder.Event
Each event is recorded and will be played once the table is finished, and the final number of columns known.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    play(RowGroupBuilder rowGroupBuilder)
    Plays this event
  • Method Details

    • play

      void play(RowGroupBuilder rowGroupBuilder) throws ValidationException
      Plays this event
      Parameters:
      rowGroupBuilder - the delegate builder which will actually create the row groups
      Throws:
      ValidationException - if a row-spanning cell overflows its parent body