nl.flotsam.pecia.builder.html
Class HtmlDocumentBuilder.HtmlRowBuilder<T>
java.lang.Object
nl.flotsam.pecia.builder.base.AbstractBuilder<T>
nl.flotsam.pecia.builder.base.DefaultRowBuilder<T>
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>
Method Summary |
T |
entry()
Adds an entry to the table row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlDocumentBuilder.HtmlRowBuilder
public HtmlDocumentBuilder.HtmlRowBuilder(DocumentBuilder builder,
T parent,
boolean header,
boolean first,
LifecycleListener listener)
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.