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