Class TableRowBlock

    • Constructor Summary

      Constructors 
      Constructor Description
      TableRowBlock​(Block[] childBlocks)
      Creates the TableRowBlock.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void after​(Sink sink)
      method called after traversing the childs
      (package private) void before​(Sink sink)
      method called before traversing the childs
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableRowBlock

        TableRowBlock​(Block[] childBlocks)
        Creates the TableRowBlock.
        Parameters:
        childBlocks - children blocks
    • Method Detail

      • before

        final void before​(Sink sink)
        method called before traversing the childs
        Specified by:
        before in class AbstractFatherBlock
        Parameters:
        sink - a sink to fill
      • after

        final void after​(Sink sink)
        method called after traversing the childs
        Specified by:
        after in class AbstractFatherBlock
        Parameters:
        sink - a sink to fill