|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The class of the element containing this element.V - The type of row. (An object allowing you to populate all columns.)public interface Table<T,V>
The interface extended by tables with a specific number of columns.
| Method Summary | |
|---|---|
Row<V> |
header()
The top row of the table. |
Row<V> |
row()
A non-header row. |
| Methods inherited from interface nl.flotsam.pecia.DocumentElement |
|---|
end, getParent |
| Method Detail |
|---|
Row<V> header()
Row<V> row()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||