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

java.lang.Object
  extended by nl.flotsam.pecia.builder.base.AbstractBuilder<T>
      extended by nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder<T>
          extended by nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlLastColBuilder<T>
All Implemented Interfaces:
Initializer<LastEntryBuilder<T>>, LastEntryBuilder<T>, DocumentElement<T>, LastEntry<T>, SimpleContents<LastEntry<T>>
Enclosing class:
HtmlDocumentBuilder

public class HtmlDocumentBuilder.HtmlLastColBuilder<T>
extends DefaultLastEntryBuilder<T>


Constructor Summary
HtmlDocumentBuilder.HtmlLastColBuilder(DocumentBuilder builder, T parent, boolean header, LifecycleListener listener)
           
 
Method Summary
 T end()
          Signals the end of the document element.
 
Methods inherited from class nl.flotsam.pecia.builder.base.DefaultLastEntryBuilder
document, itemizedList, orderedList, para, para, start, table2Cols, table3Cols, table4Cols, table5Cols, verbatim
 
Methods inherited from class nl.flotsam.pecia.builder.base.AbstractBuilder
getBuilder, getListener, getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDocumentBuilder.HtmlLastColBuilder

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

end

public T end()
Description copied from interface: DocumentElement
Signals the end of the document element.

Specified by:
end in interface DocumentElement<T>
Specified by:
end in interface LastEntry<T>
Overrides:
end in class DefaultLastEntryBuilder<T>
Returns:
The parent element.


Copyright © 2010. All Rights Reserved.