nl.flotsam.pecia.builder.html
Class HtmlDocumentBuilder.HtmlColBuilder<T>
java.lang.Object
nl.flotsam.pecia.builder.base.AbstractBuilder<T>
nl.flotsam.pecia.builder.base.DefaultEntryBuilder<T>
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlDocumentBuilder.HtmlColBuilder
public HtmlDocumentBuilder.HtmlColBuilder(DocumentBuilder builder,
T parent,
boolean header,
LifecycleListener listener)
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.