nl.flotsam.pecia.builder.html
Class HtmlDocumentBuilder.HtmlColBuilder<T>

java.lang.Object
  extended by nl.flotsam.pecia.builder.base.AbstractBuilder<T>
      extended by nl.flotsam.pecia.builder.base.DefaultEntryBuilder<T>
          extended by nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlColBuilder<T>
All Implemented Interfaces:
EntryBuilder<T>, Initializer<EntryBuilder<T>>, DocumentElement<T>, Entry<T>, SimpleContents<Entry<T>>
Enclosing class:
HtmlDocumentBuilder

public class HtmlDocumentBuilder.HtmlColBuilder<T>
extends DefaultEntryBuilder<T>


Constructor Summary
HtmlDocumentBuilder.HtmlColBuilder(DocumentBuilder builder, T parent, boolean header, LifecycleListener listener)
           
 
Method Summary
 T entry()
          Creates the next table cell entry.
 
Methods inherited from class nl.flotsam.pecia.builder.base.DefaultEntryBuilder
document, isHeader, itemizedList, orderedList, para, para, start, table2Cols, table3Cols, table4Cols, table5Cols, verbatim
 
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
 

Constructor Detail

HtmlDocumentBuilder.HtmlColBuilder

public HtmlDocumentBuilder.HtmlColBuilder(DocumentBuilder builder,
                                          T parent,
                                          boolean header,
                                          LifecycleListener listener)
Method Detail

entry

public T entry()
Description copied from interface: Entry
Creates the next table cell entry.

Specified by:
entry in interface Entry<T>
Overrides:
entry in class DefaultEntryBuilder<T>
Returns:
The new table cell entry.


Copyright © 2010. All Rights Reserved.