org.apache.maven.doxia.module.twiki.parser
Class ListBlock

java.lang.Object
  extended byorg.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
      extended byorg.apache.maven.doxia.module.twiki.parser.ListBlock
All Implemented Interfaces:
Block
Direct Known Subclasses:
NumeratedListBlock, UnorderedListBlock

public abstract class ListBlock
extends AbstractFatherBlock

    - item1
    - item2
        - item2.1
        ...
 

Since:
Nov 1, 2005
Author:
Juan F. Codagnone

Constructor Summary
ListBlock(ListItemBlock[] blocks)
          Creates the ListBlock.
 
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
after, before, equals, getBlocks, hashCode, traverse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBlock

public ListBlock(ListItemBlock[] blocks)
          throws IllegalArgumentException
Creates the ListBlock.

Parameters:
blocks - list of list items
Throws:
IllegalArgumentException - if listItemBlocks is null


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.