|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of the next entry. (Either Entry or LastEntry.)public interface Entry<T>
The representation of a cell in a table.
| Method Summary | |
|---|---|
T |
entry()
Creates the next table cell entry. |
Para<? extends Entry<T>> |
para()
Creates a paragraph. |
Entry<T> |
para(String text)
Adds a new paragraph containing just the text passed in. |
| Methods inherited from interface nl.flotsam.pecia.SimpleContents |
|---|
document, itemizedList, orderedList, table2Cols, table3Cols, table4Cols, table5Cols, verbatim |
| Method Detail |
|---|
Para<? extends Entry<T>> para()
para in interface SimpleContents<Entry<T>>Entry<T> para(String text)
para in interface SimpleContents<Entry<T>>text - The text to be added to the paragraph.
T entry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||