nl.flotsam.pecia
Interface LastEntry<T>

Type Parameters:
T - The type of the parent container element.
All Superinterfaces:
SimpleContents<LastEntry<T>>
All Known Subinterfaces:
LastEntryBuilder<T>
All Known Implementing Classes:
DefaultLastEntryBuilder, HtmlDocumentBuilder.HtmlLastColBuilder

public interface LastEntry<T>
extends SimpleContents<LastEntry<T>>

The last entry of a table row.

Author:
Wilfred Springer

Method Summary
 T end()
          Signals the end of the document element.
 Para<? extends LastEntry<T>> para()
          Adds a paragraph to the current table entry.
 LastEntry<T> para(String text)
          Adds a paragraph containing the text to the current table entry.
 
Methods inherited from interface nl.flotsam.pecia.SimpleContents
document, itemizedList, orderedList, table2Cols, table3Cols, table4Cols, table5Cols, verbatim
 

Method Detail

para

Para<? extends LastEntry<T>> para()
Adds a paragraph to the current table entry.

Specified by:
para in interface SimpleContents<LastEntry<T>>
Returns:
The paragraph just added to the current table entry.

para

LastEntry<T> para(String text)
Adds a paragraph containing the text to the current table entry.

Specified by:
para in interface SimpleContents<LastEntry<T>>
Parameters:
text - The text to be added to the paragraph.
Returns:
The current context.

end

T end()
Signals the end of the document element.

Returns:
The parent element.


Copyright © 2010. All Rights Reserved.