nl.flotsam.pecia
Interface ListItem<T>

Type Parameters:
T - The type of the container parent element.
All Superinterfaces:
DocumentElement<T>
All Known Subinterfaces:
ListItemBuilder<T>
All Known Implementing Classes:
DefaultListItemBuilder

public interface ListItem<T>
extends DocumentElement<T>

A document element representing a list item.

Author:
Wilfred Springer

Method Summary
 Para<? extends ListItem<T>> para()
          Constructs a new paragraph inside of the list item.
 
Methods inherited from interface nl.flotsam.pecia.DocumentElement
end, getParent
 

Method Detail

para

Para<? extends ListItem<T>> para()
Constructs a new paragraph inside of the list item.

Returns:
The new paragraph, embedded in the list item.


Copyright © 2010. All Rights Reserved.