nl.flotsam.pecia.builder.base
Class DefaultListItemBuilder<T>

java.lang.Object
  extended by nl.flotsam.pecia.builder.base.AbstractBuilder<T>
      extended by 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>


Constructor Summary
DefaultListItemBuilder(DocumentBuilder builder, T parent, LifecycleListener listener)
           
 
Method Summary
 Para<? extends ListItem<T>> para()
          Constructs a new paragraph inside of the list item.
 ListItem<T> start()
           
 
Methods inherited from class nl.flotsam.pecia.builder.base.AbstractBuilder
end, getBuilder, getListener, getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.flotsam.pecia.DocumentElement
end, getParent
 

Constructor Detail

DefaultListItemBuilder

public DefaultListItemBuilder(DocumentBuilder builder,
                              T parent,
                              LifecycleListener listener)
Method Detail

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.