nl.flotsam.pecia.builder.base
Class DefaultListItemBuilder<T>
java.lang.Object
nl.flotsam.pecia.builder.base.AbstractBuilder<T>
nl.flotsam.pecia.builder.base.DefaultListItemBuilder<T>
- All Implemented Interfaces:
- Initializer<ListItem<T>>, ListItemBuilder<T>, DocumentElement<T>, ListItem<T>
public class DefaultListItemBuilder<T>
- extends AbstractBuilder<T>
- implements ListItemBuilder<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultListItemBuilder
public DefaultListItemBuilder(DocumentBuilder builder,
T parent,
LifecycleListener listener)
para
public Para<? extends ListItem<T>> para()
- Description copied from interface:
ListItem
- Constructs a new paragraph inside of the list item.
- Specified by:
para
in interface ListItem<T>
- Returns:
- The new paragraph, embedded in the list item.
start
public ListItem<T> start()
- Specified by:
start
in interface Initializer<ListItem<T>>
Copyright © 2010. All Rights Reserved.