Uses of Class
org.apache.maven.doxia.module.twiki.parser.ListBlock
Packages that use ListBlock
-
Uses of ListBlock in org.apache.maven.doxia.module.twiki.parser
Subclasses of ListBlock in org.apache.maven.doxia.module.twiki.parserModifier and TypeClassDescription(package private) class
1.(package private) class
- item1 - item2 - item2.1 ...Fields in org.apache.maven.doxia.module.twiki.parser declared as ListBlockMethods in org.apache.maven.doxia.module.twiki.parser that return ListBlockModifier and TypeMethodDescriptionGenericListBlockParser.Type.createList
(ListItemBlock[] items) (package private) ListBlock
TreeListBuilder.getBlock()
(package private) final ListBlock
ListItemBlock.getInnerList()
Returns the innerList.private ListBlock
TreeListBuilder.getList
(TreeListBuilder.TreeComponent tc) WrapperConstructors in org.apache.maven.doxia.module.twiki.parser with parameters of type ListBlockModifierConstructorDescription(package private)
ListItemBlock
(Block[] blocks, ListBlock innerList) Creates the ListItemBlock.