Class UnorderedListBlock

All Implemented Interfaces:
Block

class UnorderedListBlock extends ListBlock
    - item1
    - item2
        - item2.1
        ...
 
  • Constructor Details

    • UnorderedListBlock

      UnorderedListBlock(ListItemBlock[] blocks)
      Creates the UnorderedListBlock.
      Parameters:
      blocks - list of list items
      Throws:
      IllegalArgumentException - if listItemBlocks is null
  • Method Details

    • 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