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

java.lang.Object
  extended by nl.flotsam.pecia.builder.base.AbstractBuilder<T>
      extended by nl.flotsam.pecia.builder.base.DefaultRowBuilder<T>
          extended by nl.flotsam.pecia.builder.html.HtmlDocumentBuilder.HtmlRowBuilder<T>
All Implemented Interfaces:
Initializer<Row<T>>, RowBuilder<T>, DocumentElement<T>, Row<T>
Enclosing class:
HtmlDocumentBuilder

public class HtmlDocumentBuilder.HtmlRowBuilder<T>
extends DefaultRowBuilder<T>


Constructor Summary
HtmlDocumentBuilder.HtmlRowBuilder(DocumentBuilder builder, T parent, boolean header, boolean first, LifecycleListener listener)
           
 
Method Summary
 T entry()
          Adds an entry to the table row.
 
Methods inherited from class nl.flotsam.pecia.builder.base.DefaultRowBuilder
isFirst, isHeader, 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
 

Constructor Detail

HtmlDocumentBuilder.HtmlRowBuilder

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

entry

public T entry()
Description copied from interface: Row
Adds an entry to the table row.

Specified by:
entry in interface Row<T>
Overrides:
entry in class DefaultRowBuilder<T>
Returns:
The first entry of the table row.


Copyright © 2010. All Rights Reserved.